| Current Path : /usr/local/lib/node_modules/@google/gemini-cli/node_modules/es-toolkit/dist/compat/object/ |
| Current File : //usr/local/lib/node_modules/@google/gemini-cli/node_modules/es-toolkit/dist/compat/object/set.js |
'use strict';
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
const updateWith = require('./updateWith.js');
function set(obj, path, value) {
return updateWith.updateWith(obj, path, () => value, () => undefined);
}
exports.set = set;