UNPKG

ixfs

Version:

An 'fs' kind of library dedicated to the browser

6 lines (5 loc) 199 B
export interface IRemoveInstanceProps { deleteRecord: (key: IDBValidKey | IDBKeyRange) => Promise<void>; exists: (fullPath: string) => Promise<boolean>; rootDirectoryName: string; }