UNPKG

@zenfs/core

Version:

A filesystem, anywhere

9 lines (8 loc) 326 B
export * from './async.js'; export * from './sync.js'; export * as promises from './promises.js'; export * as constants from './constants.js'; export * from './streams.js'; export * from './dir.js'; export { mountObject, mounts, mount, umount } from './shared.js'; export { Stats, StatsFs, BigIntStatsFs } from '../stats.js';