kibana/packages/elastic-safer-lodash-set/fp/index.js

10 lines
390 B
JavaScript

/*
* This file is forked from the lodash project (https://lodash.com/),
* and may include modifications made by Elasticsearch B.V.
* Elasticsearch B.V. licenses this file to you under the MIT License.
* See `packages/elastic-safer-lodash-set/LICENSE` for more information.
*/
exports.set = exports.assoc = exports.assocPath = require('./set');
exports.setWith = require('./setWith');