UNPKG

@scalar/api-reference

Version:

Generate beautiful API references from OpenAPI documents

5 lines 204 B
/** * Trigger the download of the OpenAPI document */ export declare function downloadDocument(content: string, filename?: string, format?: 'json' | 'yaml'): void; //# sourceMappingURL=download.d.ts.map