UNPKG

@apollographql/graphql-upload-8-fork

Version:

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

10 lines (6 loc) 233 B
'use strict' exports.__esModule = true exports.isEnumerableObject = void 0 const isEnumerableObject = value => typeof value === 'object' && value !== null && !Array.isArray(value) exports.isEnumerableObject = isEnumerableObject