mirror of
https://github.com/rjNemo/federation
synced 2026-06-08 11:16:40 +00:00
2 lines
114 B
JavaScript
2 lines
114 B
JavaScript
export const isEnumerableObject = value =>
|
|
typeof value === 'object' && value !== null && !Array.isArray(value)
|