UNPKG

@scalar/api-client

Version:

the open source API testing client

8 lines (7 loc) 173 B
const n = (a) => a.variables.reduce( (t, e) => (t[e.name] = typeof e.value == "string" ? e.value : e.value.default, t), {} ); export { n as getEnvironmentVariables };