Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 <lorenz@leutgeb.xyz>
lorenzleutgeb committed May 9, 2024
1 parent 5dd2e16 commit f2dd59d
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
@@ -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>

0 comments on commit f2dd59d

Please sign in to comment.