Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

kayla

chewong22MIT1.0.3TypeScript support: included

A npm module containing various probabilistic filters, written in TypeScript

readme

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.