We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85e94d1 commit dc1046fCopy full SHA for dc1046f
.commitlintrc.js renamed to .commitlintrc.cjs
doc/manual/usage.md
@@ -2,7 +2,7 @@
2
3
Import the library where needed
4
```js
5
-const {build} = require( '@string-data-structure/failure-function' ) ;
+const {build} = await import( '@string-data-structure/failure-function' ) ;
6
// or
7
import {build} from '@string-data-structure/failure-function' ;
8
```
package.json
@@ -25,6 +25,7 @@
25
"table"
26
],
27
"sideEffects": false,
28
+ "type": "module",
29
"source": "src/index.js",
30
"main": "dist/index.cjs",
31
"module": "dist/index.module.js",
0 commit comments