UNPKG

@scalar/api-client

Version:

the open source API testing client

7 lines (6 loc) 278 B
import { getResolvedRef as t } from "@scalar/workspace-store/helpers/get-resolved-ref"; import { getParameterContentValue as m } from "./get-parameter-content.js"; const c = (e) => "schema" in e && e.schema ? t(e.schema) : t(m(e)?.schema); export { c as getParameterSchema };