UNPKG

@scalar/api-client

Version:

the open source API testing client

10 lines (9 loc) 199 B
const e = (n) => { if ("content" in n && n.content) { const t = Object.keys(n.content); return t.length !== 1 ? void 0 : n.content[t[0]]; } }; export { e as getParameterContentValue };