Skip to main content
Latest
import * as graphqlDeno from "https://deno.land/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.