import * as mod from "https://dotland.deno.dev/x/graphql_deno@v15.0.0/lib/subscription/mapAsyncIterator.d.ts"; FunctionsfdefaultGiven an AsyncIterable and a callback function, return an AsyncIterator which produces values mapped via calling the callback function.