UNPKG

@tb-app/web-view-api

Version:
9 lines (8 loc) 196 B
/** * 获取当前 storage 相关信息的同步接口 */ export default function getStorageInfoSync(): Promise<{ keys: string[]; currentSize: number; limitSize: number; }>;