Skip to content

graycraft/core

Repository files navigation

Core

Constants and utilities to work with JavaScript standard global objects and primitives:

  • Array
  • BigInt
  • Date
  • Intl
  • Math
  • Number
  • RegExp
  • String

Currently under development, only Math and Number implemented.

Subscribe and stay tuned for updates.

Usage

$ 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

About

Constants and utilities to work with JavaScript standard global objects and primitives.

Resources

License

Stars

Watchers

Forks

Packages

No packages published