Skip to content

Commit

Permalink
declare interface impl
Browse files Browse the repository at this point in the history
  • Loading branch information
softprops committed Sep 17, 2019
1 parent ca93e70 commit 916d072
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/github.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export interface Releaser {
}): AsyncIterableIterator<{ data: Release[] }>;
}

export class GitHubReleaser {
export class GitHubReleaser implements Releaser {
github: GitHub;
constructor(github: GitHub) {
this.github = github;
Expand Down

0 comments on commit 916d072

Please sign in to comment.