UNPKG

@oclif/errors

Version:

display friendly CLI errors and log to error log

4 lines (3 loc) 210 B
import { PrettyPrintableError } from './errors/pretty-print'; import { OclifError } from './errors/cli'; export declare const handle: (err: Error & Partial<PrettyPrintableError> & Partial<OclifError>) => void;