Skip to content

Commit f2dd59d

Browse files
committed
fix: remove occurrences of Buffer
Missing typings. See #130 Signed-off-by: Lorenz Leutgeb <[email protected]>
1 parent 5dd2e16 commit f2dd59d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/types/git.ts

-1
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,6 @@ export interface Repository {
170170
path: string,
171171
): Promise<{ mode: string; object: string; size: number }>
172172
detectObjectType(object: string): Promise<{ mimetype: string; encoding?: string }>
173-
buffer(ref: string, path: string): Promise<Buffer>
174173
show(ref: string, path: string): Promise<string>
175174
getCommit(ref: string): Promise<Commit>
176175

0 commit comments

Comments
 (0)