UNPKG

openapi-generator-plus

Version:

Modular OpenAPI code generator written in TypeScript and Node.js

3 lines (2 loc) 238 B
import { CommandLineOptions, CommandLineConfig } from './types'; export declare function createConfig(commandLineOptions: CommandLineOptions, loadConfigFunction?: (path: string) => Promise<CommandLineConfig>): Promise<CommandLineConfig>;