UNPKG

@aws-amplify/core

Version:
11 lines (10 loc) 356 B
/** * @internal * @returns Either a reference to window.localStorage or an in-memory storage as fallback */ export declare const getLocalStorageWithFallback: () => Storage; /** * @internal * @returns Either a reference to window.sessionStorage or an in-memory storage as fallback */ export declare const getSessionStorageWithFallback: () => Storage;