UNPKG

@jsonjoy.com/util

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