We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e6bc843 + 88ccf59 commit 11b2a73Copy full SHA for 11b2a73
src/index.ts
@@ -6,7 +6,7 @@ export * from "./features/all";
6
export * from "./features/args";
7
export * from "./features/clock";
8
export * from "./features/environ";
9
-export { useFS, useStdio, useMemoryFS } from "./features/fd";
+export { useFS, useStdio, useMemoryFS, MemoryFileSystem } from "./features/fd";
10
export * from "./features/proc";
11
export * from "./features/random";
12
export * from "./features/tracing";
0 commit comments