UNPKG

@thi.ng/transducers-async

Version:

Async versions of various highly composable transducers, reducers and iterators

4 lines 235 B
import type { Fn, Maybe } from "@thi.ng/api"; import type { AsyncTxLike } from "./api.js"; export declare const step: <A, B>(tx: AsyncTxLike<A, B>, unwrap?: boolean) => Fn<A, Promise<Maybe<B | B[]>>>; //# sourceMappingURL=step.d.ts.map