@ayonli/jsext
Advanced tools
Comparing version 0.5.5 to 0.5.6
{ | ||
"name": "@ayonli/jsext", | ||
"version": "0.5.5", | ||
"version": "0.5.6", | ||
"description": "Additional functions for JavaScript programming in practice.", | ||
"main": "./cjs/index.js", | ||
"module": "./esm/index.js", | ||
"types": "./types/index.d.ts", | ||
"exports": { | ||
@@ -6,0 +9,0 @@ ".": { |
@@ -19,7 +19,2 @@ # JsExt | ||
**NOTE** | ||
Configure `tsconfig.json` to set `compilerOptions.module` as `NodeNext` or `ESNext` | ||
instead of `CommonJS`. | ||
## Functions | ||
@@ -720,2 +715,5 @@ | ||
**NOTE:** Configure `tsconfig.json` to set `compilerOptions.module` as `NodeNext` or `ESNext` | ||
instead of `CommonJS` in order to use sub-packages. | ||
### [string](./string/index.ts) | ||
@@ -722,0 +720,0 @@ |
657457
993