node-ejs-renderer/node_modules/@jsonjoy.com/util/lib/print/printBinary.d.ts

4 lines
175 B
TypeScript
Raw Permalink Normal View History

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