UNPKG

@scalar/api-reference

Version:

Generate beautiful API references from OpenAPI documents

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