UNPKG

npm-fetch-changelog

Version:

fetch the changelog for an npm package from GitHub

2 lines (1 loc) 107 B
export default function once<Args extends any[], Ret>(fn: (...args: Args) => Ret): (...args: Args) => Ret;