UNPKG

@se-fe/utils

Version:
5 lines (4 loc) 122 B
export declare type storageData = string | object | Array<unknown>; export declare type kv = { [key: string]: any; };