2025-04-19 15:38:48 +08:00

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