setup-node/node_modules/lodash/_baseLodash.js
eric sciple 2b95e76931 .
2020-01-24 12:20:19 -05:00

10 lines
178 B
JavaScript

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