UNPKG

@amityco/ts-sdk-react-native

Version:

Amity Social Cloud Typescript SDK

3 lines 205 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