Skip to content

Commit 7d0e199

Browse files
raldone01alex996
andauthored
Update index.d.ts
Co-authored-by: Alex <[email protected]>
1 parent 27e7ba4 commit 7d0e199

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ declare module '@isomorphic-git/lightning-fs' {
149149

150150
writeFile(filepath: string, data: Uint8Array | string, options?: FS.WriteFileOptions | string): Promise<void>
151151

152-
readFile(filepath: string, options?: FS.ReadFileOptions | string): Promise<Uint8Array>
152+
readFile(filepath: string, options?: FS.ReadFileOptions | string): Promise<Uint8Array | string>
153153

154154
/**
155155
* Delete a file

0 commit comments

Comments
 (0)