1 | ## @naturalcycles/nodejs-lib
|
2 |
|
3 | > Standard library for Node.js
|
4 |
|
5 | [](https://www.npmjs.com/package/@naturalcycles/nodejs-lib)
|
6 | [](https://packagephobia.now.sh/result?p=@naturalcycles/nodejs-lib)
|
7 | [](https://packagephobia.now.sh/result?p=@naturalcycles/nodejs-lib)
|
8 | [](https://codeclimate.com/github/NaturalCycles/nodejs-lib/maintainability)
|
9 | [](https://codeclimate.com/github/NaturalCycles/nodejs-lib/test_coverage)
|
10 | [](https://github.com/prettier/prettier)
|
11 | [](https://github.com/NaturalCycles/nodejs-lib/actions)
|
12 |
|
13 | # [Documentation](https://naturalcycles.github.io/nodejs-lib/)
|
14 |
|
15 | # Packaging
|
16 |
|
17 | - `engines.node`: Latest Node.js LTS
|
18 | - `main: dist/index.js`: commonjs, es2020
|
19 | - `types: dist/index.d.ts`: typescript types
|
20 | - `/src` folder with source `*.ts` files included
|