UNPKG

ixfs

Version:

An 'fs' kind of library dedicated to the browser

5 lines (4 loc) 198 B
export interface IExistsInstanceProps { getRecord: <TValue>(query: IDBValidKey | IDBKeyRange, onResolve: (target: IDBRequest) => TValue) => Promise<TValue>; rootDirectoryName: string; }