| Current Path : /usr/local/lib/node_modules/@google/gemini-cli/node_modules/es-toolkit/dist/function/ |
| Current File : //usr/local/lib/node_modules/@google/gemini-cli/node_modules/es-toolkit/dist/function/flowRight.js |
'use strict';
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
const flow = require('./flow.js');
function flowRight(...funcs) {
return flow.flow(...funcs.reverse());
}
exports.flowRight = flowRight;