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

3 lines
145 B
TypeScript
Raw Normal View History

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