Skip to content

Commit 88ccf59

Browse files
committed
fix: export MemoryFileSystem
1 parent e6bc843 commit 88ccf59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: 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)