UNPKG

@mainnet-pat/indexeddb-fs

Version:

An 'fs' kind of library dedicated to the browser

7 lines (6 loc) 318 B
declare const fs: import("./framework/create-fs.types").ICreateFsOutput; export default fs; export { fs as promises }; export { IFileEntry, IDirectoryEntry } from "./types"; export { ICreateFsProps, ICreateFsOutput } from "./framework/create-fs.types"; export { createFs } from "./framework/create-fs.function";