UNPKG

tree-dump

Version:

Tree or binary tree printer, print any tree to terminal or debug window

4 lines (3 loc) 90 B
export type * from './types'; export * from './printTree'; export * from './printBinary';