about summary refs log blame commit diff stats
path: root/js/pipe.js
blob: 69ccae32400652d99c221a18013736e46ffb6d5a (plain) (tree)
1
2

                                                            
const pipe = (...args) => args.reduce((acc, el) => el(acc));
1.4.1-2-gfad0 (git 2.36.2.497.gbbea4dcf42) at 2024-11-03 18:39:48 +0000