UNPKG

p5-analysis

Version:

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

3 lines (2 loc) 134 B
export declare function capitalize(str: string): string; export declare function sizeof(value: unknown, seen?: WeakSet<any>): number;