UNPKG

ixfs

Version:

An 'fs' kind of library dedicated to the browser

6 lines (5 loc) 146 B
export interface IInitializeObjectStoreInstanceProps { databaseName: string; databaseVersion: number; objectStoreName: string; }