import { default } from "https://dotland.deno.dev/x/graphql_deno@v15.0.0/lib/jsutils/isCollection.js";
Returns true if the provided object is an Object (i.e. not a string literal) and is either Iterable or Array-like.
This may be used in place of [Array.isArray()][isArray] to determine if an object should be iterated-over. It always excludes string literals and includes Arrays (regardless of if it is Iterable). It also includes other Array-like objects such as NodeList, TypedArray, and Buffer.