node-ejs-renderer/node_modules/tree-dump/lib/printTree.d.ts
2024-06-09 13:55:01 -04:00

3 lines
145 B
TypeScript

import type { PrintChild } from './types';
export declare const printTree: (tab: string | undefined, children: (PrintChild | null)[]) => string;