UNPKG

verror-0

Version:

VError without dependencies on top of nodejs standart library

11 lines (10 loc) 209 B
import { Options } from './types.js'; type Args = { argv: unknown[]; strict?: boolean; }; export declare function parseArgs(args: Args): { options: Options; shortmessage: string; }; export {};