node-ejs-renderer/node_modules/tree-dump/lib/printBinary.d.ts

3 lines
179 B
TypeScript
Raw Permalink Normal View History

2024-06-09 13:55:01 -04:00
import type { PrintChild } from './types';
export declare const printBinary: (tab: string | undefined, children: [left?: null | PrintChild, right?: null | PrintChild]) => string;