Skip to content

dependabit / github-client/src / getCommitDiff

Function: getCommitDiff()

ts
function getCommitDiff(
   client, 
   owner, 
   repo, 
sha): Promise<CommitDiff>;

Defined in: packages/github-client/src/commits.ts:90

Get detailed diff for a specific commit

Parameters

ParameterType
clientGitHubClient
ownerstring
repostring
shastring

Returns

Promise<CommitDiff>

Released under the MIT License.