Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/dnx/AsyncIterator/methods/flatMap.ts>default

Fluent modular JavaScript utility library.
Latest
function default
import { default } from "https://deno.land/x/dnx@0.0.5/AsyncIterator/methods/flatMap.ts";

Parameters

transform: (value: T) => AsyncIterable<R>