cli-error.d.ts 186 B

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