Constants and utilities to work with JavaScript standard global objects and primitives:
ArrayBigIntDateIntlMathNumberRegExpString
Currently under development, only Math and Number implemented.
Subscribe and stay tuned for updates.
$ git clone [email protected]:graycraft/core.git; cd core
$ nvm use
$ npm i
$ npm run prettier:check
$ npm run prettier:write
$ npm run tsc:compile
$ npm run tsc:config
$ npm run vitest