Skip to main content
Module

x/rimbu/mod.ts>AsyncReducer.from

Rimbu is a TypeScript library focused on immutable, performant, and type-safe collections and other tools.
Go to Latest
function AsyncReducer.from
import { AsyncReducer } from "https://deno.land/x/rimbu@0.12.3/mod.ts";
const { from } = AsyncReducer;

Parameters

reducer: Reducer<I, O>

Returns

AsyncReducer<I, O>