UNPKG

@donmccurdy/caporal

Version:

A full-featured framework for building command line applications (cli) with node.js

9 lines (8 loc) 180 B
/** * @packageDocumentation * @internal */ import { BaseError } from "./base.js"; export declare class ActionError extends BaseError { constructor(error: string | Error); }