UNPKG

npm-fetch-changelog

Version:

fetch the changelog for an npm package from GitHub

7 lines (6 loc) 142 B
type Config = { githubToken?: string; npmToken?: string; }; declare const getConfig: () => Promise<Config>; export default getConfig;