UNPKG

npm-check-updates

Version:

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

6 lines (5 loc) 239 B
import { Index } from '../types/IndexType'; import { Options } from '../types/Options'; /** Checks global dependencies for upgrades. */ declare function runGlobal(options: Options): Promise<Index<string> | void>; export default runGlobal;