blob: b9e6437376ac3d63f5d32a35fcfd8cdbb1c3cc29 [file] [log] [blame]
Leo Repp58b9f112021-11-22 11:57:47 +01001/*!
2 * object.defaults <https://github.com/jonschlinkert/object.defaults>
3 *
4 * Copyright (c) 2014-2015, 2017, Jon Schlinkert.
5 * Released under the MIT License.
6 */
7
8'use strict';
9
10module.exports = require('./mutable');
11module.exports.immutable = require('./immutable');