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.
1 parent 7f763a6 commit 68c953bCopy full SHA for 68c953b
index.d.ts
@@ -150,7 +150,7 @@ declare module '@isomorphic-git/lightning-fs' {
150
writeFile(filepath: string, data: Uint8Array | string, options?: FS.WriteFileOptions | string): Promise<void>
151
152
readFile(filepath: string, options: { encoding: 'utf8' }): Promise<string>
153
- readFile(filepath: string, options?: FS.ReadFileOptions | string): Promise<Uint8Array | string>
+ readFile(filepath: string, options?: {}): Promise<Uint8Array>
154
155
/**
156
* Delete a file
0 commit comments