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 emitClient(filePath: string, program: TypespecProgram): Promise<void>; //# sourceMappingURL=emit-client.d.ts.map