4 lines
207 B
TypeScript
4 lines
207 B
TypeScript
export declare function setLocal(key: string, data: any): void;
|
|
export declare function getLocal(key: string): any;
|
|
export declare function removeLocal(key: string): void;
|
|
//# sourceMappingURL=local.d.ts.map
|