setup-node/node_modules/lodash/_baseLodash.js
eric sciple e7ed525da5 .
2020-01-24 16:30:50 -05:00

11 lines
178 B
JavaScript

/**
* The function whose prototype chain sequence wrappers inherit from.
*
* @private
*/
function baseLodash() {
// No operation performed.
}
module.exports = baseLodash;