| 13 | }; |
| 14 | |
| 15 | export default class API extends GithubAPI { |
| 16 | tokenPromise: () => Promise<string>; |
| 17 | commitAuthor: { name: string }; |
| 18 | isLargeMedia: (filename: string) => Promise<boolean>; |
nothing calls this directly
no outgoing calls
no test coverage detected