UNPKG

filer

Version:

Node-like file system for browsers

9 lines (7 loc) 170 B
const IndexedDB = require('./indexeddb.js'); const Memory = require('./memory.js'); module.exports = { IndexedDB: IndexedDB, Default: IndexedDB, Memory: Memory };