UNPKG

spy-client

Version:

spy client

7 lines (6 loc) 218 B
/** * @file 简单的公共数据模块,内部模块之间数据交换 * @author kaivean */ export declare function setData(key: string, value: any): void; export declare function getData(key: string): any;