deno.land / x / rambda@v9.1.1 / source / pipeAsync.js

نووسراو ببینە
1
2
3
4
5
6
7
8
import { reduce } from "./reduce";
export function pipeAsync(...fnList){ return function (startArgument){ return reduce(async (value, fn) => fn(await value), startArgument, fnList) }}
rambda

Version Info

Tagged at
2 months ago