setup-node/node_modules/lodash/_baseLodash.js
eric sciple ae5dcb46c8 .
2020-01-24 12:30:26 -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;