UNPKG
web-common-util
Version:
latest (1.0.0)
1.0.0
tree util
github.com/qiutian00/tree-util
qiutian00/tree-util
web-common-util
/
lib
/
treeUtil
/
find-leaves-from-tree.d.ts
7 lines
(6 loc)
•
166 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
{ treeToArray }
from
'./tree-to-array'
;
/** * findLeavesFromTree *
@param
{
array
}
arr
*/
export
declare
const
findLeavesFromTree
:
typeof
treeToArray;