3 lines
115 B
TypeScript
3 lines
115 B
TypeScript
|
|
export declare const on: (evt: string, fn: any) => void;
|
||
|
|
export declare const off: (evt: string, fn: any) => void;
|