UNPKG

snapshot-fs

Version:

Create a filesystem snapshot for use with memfs

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