Skip to main content
Module

x/fathym_common/mod.ts>convertAsyncIterable

The Fathym Reference Architecture provides the common foundation for applications built in Typescript.
Go to Latest
function convertAsyncIterable
import { convertAsyncIterable } from "https://deno.land/x/fathym_common@v0.0.179/mod.ts";

Parameters

source: AsyncIterable<T>
converter: (item: T) => Promise<R>

Returns

AsyncIterable<R>