Your IP : 216.73.216.74


Current Path : /usr/local/lib/node_modules/@google/gemini-cli/node_modules/es-toolkit/dist/compat/object/
Upload File :
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;