UNPKG

@autorest/openapi-to-typespec

Version:

Autorest plugin to scaffold a Typespec definition from an OpenAPI document

3 lines 185 B
import { TypespecProgram } from "../interfaces"; export declare function emitRoutes(program: TypespecProgram, basePath: string): Promise<void>; //# sourceMappingURL=emit-routes.d.ts.map