UNPKG

@scalar/api-client

Version:

the open source API testing client

8 lines (7 loc) 160 B
const t = (e, r) => { const i = r?.["x-disabled"]; return typeof i == "boolean" ? i : !e.required && e.in !== "path"; }; export { t as isParamDisabled };