Skip to content

Commit 613c308

Browse files
committed
Update typings
1 parent 2d6fae8 commit 613c308

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
export const FS: {
2-
writeFile: (fileName: string, binaryData: Uint8Array) => void,
2+
writeFile: (fileName: string, binaryData: Uint8Array | string) => void,
33
readFile: (fileName: string) => Uint8Array,
44
unlink: (fileName: string) => void,
55
}

0 commit comments

Comments
 (0)