| 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.mjs |
import { updateWith } from './updateWith.mjs';
function set(obj, path, value) {
return updateWith(obj, path, () => value, () => undefined);
}
export { set };