filter-string

v3.0.2
Parse and stringify RESTFul filter string
parser stringify restful query filter

test

cross-env NODE_ENV=test nyc ava --verbose

flow

flow

lint

eslint ./src

coverage

nyc report --reporter=text-lcov | coveralls

prepublishOnly

npm run flow && npm run lint && npm run test

build

npm run compile && npm run compile:es && rollup -c

compile

cross-env NODE_ENV=production babel src -d lib --presets=@babel/preset-env,@babel/preset-flow --plugins=add-module-exports

compile:es

cross-env NODE_ENV=production babel src -d es

prepare

npm run build

Metadata

  • MIT
  • >= 6
  • kagawagao
  • released 3/5/2020

Downloads

Maintainers