UNPKG

p5-analysis

Version:

API to find, create, and analyze p5.js sketch files.

6 lines (5 loc) 145 B
export default function tree(dirs: string[], options: { descriptions: boolean; level?: string; tabWidth?: string; }): Promise<void>;