UNPKG

@atomist/sdm-pack-changelog

Version:

Extension Pack for an Atomist SDM to manage changelogs

4 lines 225 B
import * as GitHubApi from "@octokit/rest"; export declare const DefaultGitHubApiUrl = "https://api.github.com/"; export declare function api(token: string, apiUrl?: string): GitHubApi; //# sourceMappingURL=gitHubApi.d.ts.map