// src/utils/pipe.tsvarpipe = (...fns) => (x) => fns.reduce((v, f) =>f(v), x);
export {
pipe
};
/**
* Pipe a set of functions over an argument, starting at the leftmost argument
*
* @author Nick Krause
* @licenseMIT
*///# sourceMappingURL=chunk-23TKAL5Y.mjs.map