workery
Version:
Modern web framework for building APIs on Cloudflare Workers.
13 lines (12 loc) • 337 B
TypeScript
export declare function renderSwagger(url: string, options?: {
title?: string;
jsUrl?: string;
cssUrl?: string;
faviconUrl?: string;
parameters?: Record<string, any>;
}): string;
export declare function renderRedoc(url: string, options?: {
title?: string;
jsUrl?: string;
faviconUrl?: string;
}): string;