@telostat/prelude
v0.7.0
Published
Experimental TypeScript Module as a Prelude
Readme
Experimental Prelude Module for TypeScript
Installation
npm install dayjs @telostat/prelude
dayjsis a peer dependency. You need to install it yourself to use date helpers.
Development
Quick commands:
Build the library and documentation:
npm run buildBuild as you develop:
npm run devRun tests:
npm run testBuild the documentation:
npm run make:docsDeploy documentation:
npm run deploy:docs
