UNPKG

npm-fetch-changelog

Version:

fetch the changelog for an npm package from GitHub

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