(chars: number)
| 34 | export const MAX_YAML_SPEC_LINES = 400_000; |
| 35 | |
| 36 | const formatMiB = (chars: number): string => `${Math.ceil((chars / MiB) * 10) / 10}MB`; |
| 37 | |
| 38 | const specGuidance = |
| 39 | "Filter the spec to the operations you need before adding it, or use a curated " + |
no outgoing calls
no test coverage detected