UNPKG

snapshot-fs

Version:

Create a filesystem snapshot for use with memfs

10 lines 227 B
/** * Entry point for the `snapshot-fs` module * * @module snapshot-fs */ export * from './export.js'; export * from './read.js'; export * from './snapshot.js'; export * from './tree.js'; //# sourceMappingURL=index.d.ts.map