deno.land / x / rambda@v9.1.1 / src / compose.js

نووسراو ببینە
1
2
3
4
5
6
7
8
9
10
import { pipe } from './pipe.js'
export function compose(){ if (arguments.length === 0){ throw new Error('compose requires at least one argument') }
return pipe.apply(this, Array.prototype.slice.call(arguments, 0).reverse())}
rambda

Version Info

Tagged at
2 months ago