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
| Parameter | Type |
|---|---|
client | GitHubClient |
owner | string |
repo | string |
sha | string |
Returns
Promise<CommitDiff>