UNPKG

@scalar/api-reference

Version:

Generate beautiful API references from OpenAPI documents

5 lines 200 B
/** * Converts an example value to a string that can be displayed in the UI. */ export declare function formatExample(example: unknown): string | number; //# sourceMappingURL=format-example.d.ts.map