UNPKG

npm-check-updates

Version:

Find newer versions of dependencies than what your package.json allows

4 lines (3 loc) 124 B
export { getNpmConfig as read }; /** Gets the npm config. */ declare function getNpmConfig(_opts: any, _builtin: any): any;