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.
readFile
1 parent c559ee0 commit d350991Copy full SHA for d350991
src/index.d.ts
@@ -1,6 +1,6 @@
1
export const FS: {
2
writeFile: (fileName: string, binaryData: Uint8Array) => void,
3
- readFile: (fileName: string) => void,
+ readFile: (fileName: string) => Uint8Array,
4
unlink: (fileName: string) => void,
5
}
6
0 commit comments