UNPKG

jswagger-generator

Version:

This is jswagger's generator package.

6 lines 383 B
import { IOptions } from './types'; import { OpenAPI2, OpenAPI3 } from 'jswagger-common'; export declare const WARNING_MESSAGE = "/**\n* This file was auto-generated by jswagger-swagger.\n* Do not make direct changes to the file.\n*/\n\n\n"; declare function index(spec: OpenAPI2 | OpenAPI3, options?: IOptions): string; export default index; //# sourceMappingURL=index.d.ts.map