UNPKG

@redocly/openapi-core

Version:

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

4 lines 137 B
export function isEmptyArray(value) { return Array.isArray(value) && value.length === 0; } //# sourceMappingURL=is-empty-array.js.map