index
:
tour
this commit
master
touring some programming systems
elioat <elioat@tilde.institute>
about
summary
refs
log
blame
commit
diff
stats
log msg
author
committer
range
path:
root
/
js
/
pipe.js
blob: 69ccae32400652d99c221a18013736e46ffb6d5a (
plain
) (
tree
)
313c7d8
^
1
2
const
pipe
=
(...
args
)
=>
args
.
reduce
((
acc
,
el
)
=>
el
(
acc
));