UNPKG

@aws-amplify/core

Version:
7 lines (6 loc) 186 B
import { CacheConfig } from './types'; /** * Default cache config */ export declare const defaultConfig: Omit<CacheConfig, 'storage'>; export declare const currentSizeKey = "CurSize";