Files
nothoughts/node_modules/pixi.js/lib/rendering/renderers/shared/utils/parseFunctionBody.d.ts
2025-08-04 18:57:35 +02:00

2 lines
80 B
TypeScript

export declare function parseFunctionBody(fn: (...args: any[]) => any): string;