(examples)
| 247 | } |
| 248 | |
| 249 | export function anyExampleWithSummaryOrDescription(examples) { |
| 250 | return examples.some((x) => x.summary?.length > 0 || x.description?.length > 0); |
| 251 | } |
| 252 | |
| 253 | export function getSampleValueByType(schemaObj) { |
| 254 | const example = schemaObj.examples |
no outgoing calls
no test coverage detected
searching dependent graphs…