UNPKG

@redocly/openapi-core

Version:

See https://github.com/Redocly/redocly-cli

4 lines 131 B
export function getOwn(obj, key) { return obj.hasOwnProperty(key) ? obj[key] : undefined; } //# sourceMappingURL=get-own.js.map