UNPKG

@graphql-tools/utils

Version:

Common package containing utils and types for GraphQL tools

7 lines (6 loc) 210 B
export function isAsyncIterable(value) { return (typeof value === 'object' && value != null && Symbol.asyncIterator in value && typeof value[Symbol.asyncIterator] === 'function'); }