UNPKG

@donmccurdy/caporal

Version:

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

9 lines (8 loc) 189 B
/** * @packageDocumentation * @internal */ import { BaseError } from "./base.js"; export declare class OptionSynopsisSyntaxError extends BaseError { constructor(synopsis: string); }