UNPKG

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