UNPKG

pixi.js

Version:

PixiJS — The HTML5 Creation Engine =============

7 lines (6 loc) 266 B
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[]>;