UNPKG
@lukeaus/plain-tree
Version:
latest (2.2.2)
2.2.2
2.2.1
2.2.0
2.1.2
2.1.1
2.1.0
1.4.0
1.3.0
1.2.0
1.1.1
1.1.0
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
A plain tree with a bunch of tree tools
github.com/lukeaus/plain-tree
lukeaus/plain-tree
@lukeaus/plain-tree
/
build
/
tests
/
data.d.ts
6 lines
(5 loc)
•
106 B
TypeScript
View Raw
1
2
3
4
5
6
export
declare
const
testDataComplex
: {
id
:
string
;
name
:
string
;
parentId
:
string
; }[];