We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0950d2 commit b1a6b5aCopy full SHA for b1a6b5a
1 file changed
types/emscripten/index.d.ts
@@ -105,7 +105,7 @@ declare namespace FS {
105
path: string;
106
node: FSNode;
107
}
108
-
+
109
interface Analyze {
110
isRoot: boolean;
111
exists: boolean;
@@ -117,7 +117,7 @@ declare namespace FS {
117
parentPath: Lookup["path"];
118
parentObject: Lookup["node"];
119
120
121
interface Mount {
122
type: Emscripten.FileSystemType;
123
opts: object;
0 commit comments