Latest
import * as mod from "https://dotland.deno.dev/x/graphql_deno@v15.0.0/lib/subscription/mapAsyncIterator.js";

Functions

Given an AsyncIterable and a callback function, return an AsyncIterator which produces values mapped via calling the callback function.