Files
nothoughts/node_modules/pixi.js/lib/rendering/high-shader/compiler/utils/compileHooks.d.ts
2025-08-04 18:57:35 +02:00

7 lines
266 B
TypeScript

export declare const findHooksRx: RegExp;
/**
* takes a program string and returns an hash mapping the hooks to empty arrays
* @param programSrc - the program containing hooks
*/
export declare function compileHooks(programSrc: string): Record<string, string[]>;