Skip to content

Commit

Permalink
fix: remove occurrences of Buffer
Browse files Browse the repository at this point in the history
Missing typings. See #130

Signed-off-by: Lorenz Leutgeb <[email protected]>
  • Loading branch information
lorenzleutgeb committed Apr 30, 2024
1 parent 6bcd588 commit e51a0c0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/types/git.ts
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,6 @@ export interface Repository {
path: string,
): Promise<{ mode: string; object: string; size: number }>
detectObjectType(object: string): Promise<{ mimetype: string; encoding?: string }>
buffer(ref: string, path: string): Promise<Buffer>
show(ref: string, path: string): Promise<string>
getCommit(ref: string): Promise<Commit>

Expand Down

0 comments on commit e51a0c0

Please sign in to comment.