UNPKG

@capgo/capacitor-uploader

Version:
9 lines (8 loc) 215 B
export declare class PathHelper { static isIndexedDBPath(path: string): boolean; static parseIndexedDBPath(path: string): { database: string; storeName: string; key: string; }; }