UNPKG
typescript-generic-datastructures
Version:
latest (1.3.0)
1.3.0
1.2.3
1.2.2
1.2.1
1.2.0
1.1.0
github.com/emyann/typescript-generic-datastructures
emyann/typescript-generic-datastructures
typescript-generic-datastructures
/
dist
/
types
/
data-structures
/
index.d.ts
3 lines
(2 loc)
•
55 B
TypeScript
View Raw
1
2
3
export
*
from
'./Graph'
;
export
*
from
'./LinkedList'
;