UNPKG

@jsonjoy.com/util

Version:
4 lines (3 loc) 146 B
type Child = (tab: string) => string; export declare const printTree: (tab: string | undefined, children: (Child | null)[]) => string; export {};