UNPKG

@donmccurdy/caporal

Version:

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

10 lines (9 loc) 187 B
/** * @packageDocumentation * @internal */ import type { BaseError } from "./base.js"; /** * @param err - Error object */ export declare function fatalError(error: BaseError): void;