UNPKG

@apollographql/graphql-upload-8-fork

Version:

Fork of graphql-upload@8 that works with graphql@15 for compatibility with apollo-server@2

3 lines (2 loc) 114 B
export const isEnumerableObject = value => typeof value === 'object' && value !== null && !Array.isArray(value)