UNPKG

graphql

Version:

A Query Language and Runtime which can target any service.

5 lines 210 B
export function isIterableObject(maybeIterable) { return (typeof maybeIterable === 'object' && typeof maybeIterable?.[Symbol.iterator] === 'function'); } //# sourceMappingURL=isIterableObject.js.map