federation/gateway/node_modules/graphql-upload/lib/isEnumerableObject.mjs
2020-11-14 16:43:58 +01:00

2 lines
114 B
JavaScript

export const isEnumerableObject = value =>
typeof value === 'object' && value !== null && !Array.isArray(value)