UNPKG

repond-events

Version:
7 lines (6 loc) 231 B
export declare function setVariable(name: string, value: any, scope?: string, options?: { isFast?: boolean; }): void; export declare function getVariable(name: string, scope?: string, options?: { isFast?: boolean; }): any;