https://github.com/NaturalCycles/js-libs
Standard library for universal (browser/server) javascript
https://github.com/NaturalCycles/js-libs
lib typescript
Last synced: 11 months ago
JSON representation
Standard library for universal (browser/server) javascript
- Host: GitHub
- URL: https://github.com/NaturalCycles/js-libs
- Owner: NaturalCycles
- Created: 2018-10-16T21:04:09.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-12-15T12:06:23.000Z (over 1 year ago)
- Last Synced: 2024-12-15T13:18:31.175Z (over 1 year ago)
- Topics: lib, typescript
- Language: TypeScript
- Homepage: https://naturalcycles.github.io/js-lib/
- Size: 5.73 MB
- Stars: 18
- Watchers: 15
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
## @naturalcycles/js-lib
> Standard library for universal (browser + Node.js) javascript
[](https://www.npmjs.com/package/@naturalcycles/js-lib)
[](https://bundlephobia.com/result?p=@naturalcycles/js-lib)
[](https://github.com/NaturalCycles/js-lib/actions)
[](https://github.com/NaturalCycles/js-lib)
[](https://codeclimate.com/github/NaturalCycles/js-lib/maintainability)
[](https://codeclimate.com/github/NaturalCycles/js-lib/test_coverage)
[](https://github.com/prettier/prettier)
# [Documentation](https://naturalcycles.github.io/js-lib/)
# Packaging
- `engines.node >= Node.js LTS`
- `main: dist/index.js`: commonjs, es2022 - targeting Node.js
- `module: dist-esm/index.js`: esm, es2017 - targeting Browsers
- `types: dist/index.d.ts`: typescript types
- `/src` folder with source `*.ts` files included