Files

3 lines
112 B
TypeScript
Raw Permalink Normal View History

2025-11-23 14:59:17 -08:00
export declare const addFunction: (func: () => void) => void;
export declare const attachFunctions: () => void;