Collection of useful node extensions to its standard library


License
MIT
Install
npm install improved@1.8.1

Documentation

improved

Build Status

code style: prettier

Install

NPM

npm i improved --save

Dev (in ./)

Download NodeJS

Fetch dependencies

npm install

Typescript builds are automatic and watch for file changes:

npm run build

or run this to build only once:

npm run buildOnce

Building, Linting, Formatting, Testing:

npm test