UNPKG

@tb-app/web-view-api

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