UNPKG

@autorest/openapi-to-typespec

Version:

Autorest plugin to scaffold a Typespec definition from an OpenAPI document

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