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
/
index.d.ts
6 lines
(5 loc)
•
128 B
TypeScript
View Raw
1
2
3
4
5
6
import
Tree
from
'./Tree'
;
import
Node
from
'./Node'
;
export
{
Node
,
Tree
};
export
*
from
'./utils'
;
export
*
from
'./create'
;