runGlobal.d.ts 194 Bytes Raw Blame History Permalink 1 2 3 4 import { Index, Options } from '../types'; /** Checks global dependencies for upgrades. */ declare function runGlobal(options: Options): Promise<Index<string> | void>; export default runGlobal;