| 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/spread.mjs |
function spread(func) {
return function (argsArr) {
return func.apply(this, argsArr);
};
}
export { spread };