UNPKG

ixfs

Version:

An 'fs' kind of library dedicated to the browser

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