UNPKG

ixfs

Version:

An 'fs' kind of library dedicated to the browser

6 lines (5 loc) 251 B
export interface IIsFileInstanceProps { exists: (fullPath: string) => Promise<boolean>; getRecord: <TValue>(query: IDBValidKey | IDBKeyRange, onResolve: (target: IDBRequest) => TValue) => Promise<TValue>; rootDirectoryName: string; }