Skip to content

Commit 11b2a73

Browse files
Merge pull request #8 from uswriting/memfs-fix
fix: export MemoryFileSystem
2 parents e6bc843 + 88ccf59 commit 11b2a73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export * from "./features/all";
66
export * from "./features/args";
77
export * from "./features/clock";
88
export * from "./features/environ";
9-
export { useFS, useStdio, useMemoryFS } from "./features/fd";
9+
export { useFS, useStdio, useMemoryFS, MemoryFileSystem } from "./features/fd";
1010
export * from "./features/proc";
1111
export * from "./features/random";
1212
export * from "./features/tracing";

0 commit comments

Comments
 (0)