1.0.0 • Published 3 years ago

@jswork/next-tree-search v1.0.0

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

next-tree-search

Tree search methods for next.

version license size download

installation

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

apis

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

usage

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

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

license

Code released under the MIT license.