template-fn

```js import templateFn from 'template-fn';

Usage no npm install needed!

<script type="module">
  import templateFn from 'https://cdn.skypack.dev/template-fn';
</script>

README

template-fn

import templateFn from 'template-fn';

const str = templateFn`hello world`;

console.log(str);