2021-11-22 09:39:27 -06:00

6 lines
186 B
TypeScript

export declare class CliError extends Error {
__proto__: ErrorConstructor;
type: string;
constructor(message: string, type: string);
}
//# sourceMappingURL=cli-error.d.ts.map