We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6bc843 commit 88ccf59Copy full SHA for 88ccf59
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