aboutsummaryrefslogtreecommitdiff
path: root/node_modules/object.defaults/index.js
blob: b9e6437376ac3d63f5d32a35fcfd8cdbb1c3cc29 (plain)
1
2
3
4
5
6
7
8
9
10
11
/*!
 * object.defaults <https://github.com/jonschlinkert/object.defaults>
 *
 * Copyright (c) 2014-2015, 2017, Jon Schlinkert.
 * Released under the MIT License.
 */

'use strict';

module.exports = require('./mutable');
module.exports.immutable = require('./immutable');