UNPKG

ng-openapi-gen

Version:

An OpenAPI 3.0 and 3.1 codegen for Angular 16+

6 lines (5 loc) 165 B
import { Options } from './options.js'; /** * Parses the options from command-line arguments */ export declare function parseOptions(sysArgs?: string[]): Options;