UNPKG

@autorest/openapi-to-typespec

Version:

Autorest plugin to scaffold a Typespec definition from an OpenAPI document

4 lines 271 B
import { AutorestExtensionHost } from "@autorest/extension-base"; export declare function processConverter(host: AutorestExtensionHost): Promise<void>; export declare function processDetector(host: AutorestExtensionHost): Promise<void>; //# sourceMappingURL=main.d.ts.map