Skip to main content
Module

x/rambda/source/pipedAsync.js

Faster and smaller alternative to Ramda
Latest
File
import { pipeAsync } from "./pipeAsync";
export function pipedAsync(input, ...fnList) { return pipeAsync(...fnList)(input)}