@jswork/next-filter

1.0.0 • Public • Published

next-filter

Filter for next.

version license size download

installation

npm install -S @jswork/next-filter

usage

import '@jswork/next-filter';

// single filter
const res1 = nx.filter('aaa', [addMore(111, 999)]);                 

//res1: '111aaa999'

// multiple filter
const res2 = nx.filter('aaa', [ 
  addMore(111, 999), 
  addZero() 
]);    

//res2: 0111aaa9990

license

Code released under the MIT license.

Readme

Keywords

Package Sidebar

Install

npm i @jswork/next-filter

Weekly Downloads

1

Version

1.0.0

License

MIT

Unpacked Size

4.41 kB

Total Files

5

Last publish

Collaborators

  • afeiship