UNPKG

@redocly/respect-core

Version:
7 lines 261 B
export function extractFirstExample(examples) { if (typeof examples !== 'object') return; const firstKey = Object.keys(examples)[0]; return firstKey ? examples[firstKey]?.value : undefined; } //# sourceMappingURL=extract-first-example.js.map