1.0.3 • Published 7 years ago

kayla v1.0.3

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

kayla

Build Status

Implementation of various probabilistic data structures, written in TypeScript ⚔️

Building

Clone a copy of the repo and change to kayla directory:

$ git clone https://github.com/chewong/kayla.git
$ cd kayla

Install Gulp tools and dev dependencies:

$ npm install -g gulp-cli
$ npm install

Use one of the following to build and test:

$ gulp      # Build the module into build.
$ gulp test # Run mocha tests.
$ gulp lint # Runs tslint on the TypeScript source.

License

Licensed under the MIT License.