UNPKG

@redocly/openapi-core

Version:

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

5 lines 236 B
export function isPlainObject(value) { // oxlint-disable-next-line oxlint-redocly-plugin/no-typeof-object return value !== null && typeof value === 'object' && !Array.isArray(value); } //# sourceMappingURL=is-plain-object.js.map