1.17.0 • Published 2 months ago

@skrepr/zicht-js.util v1.17.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 months ago

@skrepr/zicht-js.util

A TypeScript library containing various unrelated utilities

Installation

Update your project's package.json, this will download the @skrepr/zicht-js.util plugin to your node_modules directory.

npm install @skrepr/zicht-js.util

Scripts

  • Unit test: npm run test
  • Lint test: npm run tslint
  • Publish a release to npmjs.com: npm publish

Development

  • Built in TypeScript. npm run build and npm run watch.
  • Tests in Jasmine, run with Karma. npm run tslint and npm run test.

Maintainer