UNPKG

@tdb/util

Version:
4 lines (3 loc) 230 B
import { ILocalStorageOptions, LocalStorageProp } from './types'; export declare function parse(json?: string | null): any; export declare function prop<T>(key: string, defaultOptions?: ILocalStorageOptions): LocalStorageProp<T>;