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.
2 parents 5b1f827 + 613c308 commit 559a4eeCopy full SHA for 559a4ee
src/index.d.ts
@@ -1,5 +1,5 @@
1
export const FS: {
2
- writeFile: (fileName: string, binaryData: Uint8Array) => void,
+ writeFile: (fileName: string, binaryData: Uint8Array | string) => void,
3
readFile: (fileName: string) => Uint8Array,
4
unlink: (fileName: string) => void,
5
}
0 commit comments