1.0.0 • Published 4 years ago

@feizheng/next-tree-search v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

next-tree-search

Tree search methods for next.

version license size download

installation

npm install -S @feizheng/next-tree-search

apis

apiparamsdescription
find(data, callback, options)Find one element.
filter(data, callback, options)Find list elements.

usage

import NxTreeSearch from '@feizheng/next-tree-search';

NxTreeSearch.find(data, (index, item)=>{});
NxTreeSearch.filter(data, (index, item)=>{});

license

Code released under the MIT license.

1.0.0

4 years ago