UNPKG

rambdax

Version:

Extended version of Rambda - a lightweight, faster alternative to Ramda

6 lines (4 loc) 131 B
import { pipeAsync } from "./pipeAsync.js"; export function pipedAsync(input, ...fnList) { return pipeAsync(...fnList)(input) }