UNPKG

prefer-storage

Version:

1. key: 键名不唯一 2. value: 只能存储string类型 3. time: 没有过期时间 4. handle data: 不能对数据统一处理

5 lines (4 loc) 170 B
import Storage from './Storage'; import DbStorage from './db'; export declare const PreferStorage: typeof Storage; export declare const IndexDBStorage: typeof DbStorage;