We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2500c76 commit ef6cc5aCopy full SHA for ef6cc5a
HISTORY.md
@@ -27,7 +27,7 @@
27
you can load it as a module there:
28
```html
29
<script type="module">
30
- import typed from 'typed-function/lib/esm/typed-function.js'
+ import typed from 'typed-function/lib/esm/typed-function.mjs'
31
</script>
32
```
33
examples/browser.html
@@ -5,7 +5,7 @@
5
</head>
6
<body>
7
8
- import typed from '../lib/esm/typed-function.js'
+ import typed from '../lib/esm/typed-function.mjs'
9
10
// create a typed function
11
var fn1 = typed({
test/browserEsmBuild.html
0 commit comments