UNPKG

@amityco/ts-sdk

Version:

Amity Social Cloud Typescript SDK

3 lines 207 B
export declare const setItem: (key: string, value: string) => Promise<boolean>; export declare const getItem: (key: string) => Promise<string | null | undefined>; //# sourceMappingURL=localStorage.d.ts.map