kayla
v1.0.3
Published
A npm module containing various probabilistic filters, written in TypeScript
Readme
kayla
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 kaylaInstall Gulp tools and dev dependencies:
$ npm install -g gulp-cli
$ npm installUse 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.
