UNPKG

@aws-amplify/core

Version:
7 lines (6 loc) 245 B
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;