UNPKG

@autorest/openapi-to-typespec

Version:

Autorest plugin to scaffold a Typespec definition from an OpenAPI document

3 lines 220 B
export declare function formatFile(content: string, filepath: string): Promise<string>; export declare function formatTypespecFile(content: string, filepath: string): Promise<string>; //# sourceMappingURL=format.d.ts.map