Skip to content

Commit 68c953b

Browse files
fix future
1 parent 7f763a6 commit 68c953b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ declare module '@isomorphic-git/lightning-fs' {
150150
writeFile(filepath: string, data: Uint8Array | string, options?: FS.WriteFileOptions | string): Promise<void>
151151

152152
readFile(filepath: string, options: { encoding: 'utf8' }): Promise<string>
153-
readFile(filepath: string, options?: FS.ReadFileOptions | string): Promise<Uint8Array | string>
153+
readFile(filepath: string, options?: {}): Promise<Uint8Array>
154154

155155
/**
156156
* Delete a file

0 commit comments

Comments
 (0)