UNPKG

@graphql-tools/utils

Version:

Common package containing utils and types for GraphQL tools

7 lines (6 loc) 206 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isAsyncIterable = isAsyncIterable; function isAsyncIterable(value) { return value?.[Symbol.asyncIterator] != null; }