UNPKG

tree-dump

Version:

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

6 lines (5 loc) 223 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const tslib_1 = require("tslib"); tslib_1.__exportStar(require("./printTree"), exports); tslib_1.__exportStar(require("./printBinary"), exports);