UNPKG

npm-check-updates

Version:

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

7 lines (6 loc) 241 B
import { Options } from '../types/Options'; /** Print an error. Exit the process if in CLI mode. */ declare function programError(options: Options, message: string, { color, }?: { color?: boolean; }): never; export default programError;