UNPKG

@aftership/web-pixels

Version:

AfterShip Web Pixels for data anaylsis

4 lines (3 loc) 205 B
export declare function setLocalData(key: string, value: any): Promise<void>; export declare function getLocalData(key: string): Promise<any>; export declare function getLocalDataBySync(key: string): any;