Skip to main content
Module

x/rambda/source/composeAsync.js

Faster and smaller alternative to Ramda
Latest
File
import { pipeAsync } from './pipeAsync.js'
export function composeAsync(...fnList){ return pipeAsync(...fnList.reverse())}