filtry
v1.5.1
Published
Library to filter collections of data based on boolean logic filters.
Downloads
326
Readme
Filtry
Library to filter collections of data based on boolean logic filters.
Look in test
folders to see example usage.
NPM scripts
Use Node.js v20.
npm t
: Run test suitenpm start
: Runnpm run build
in watch modenpm run test:watch
: Run test suite in interactive watch modenpm run test:prod
: Run linting and generate coveragenpm run build
: Generate bundles and typings, create docsnpm run lint
: Lints codenpm run commit
: Commit using conventional commit style (husky will tell you to use it if you haven't :wink:)