| 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/unary.js |
'use strict';
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
const ary = require('./ary.js');
function unary(func) {
return ary.ary(func, 1);
}
exports.unary = unary;