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