We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27e7ba4 commit 7d0e199Copy full SHA for 7d0e199
index.d.ts
@@ -149,7 +149,7 @@ declare module '@isomorphic-git/lightning-fs' {
149
150
writeFile(filepath: string, data: Uint8Array | string, options?: FS.WriteFileOptions | string): Promise<void>
151
152
- readFile(filepath: string, options?: FS.ReadFileOptions | string): Promise<Uint8Array>
+ readFile(filepath: string, options?: FS.ReadFileOptions | string): Promise<Uint8Array | string>
153
154
/**
155
* Delete a file
0 commit comments