Skip to content

Commit 559a4ee

Browse files
authored
Merge pull request #275 from fytriht/master
Update typings
2 parents 5b1f827 + 613c308 commit 559a4ee

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)