test/node_modules/lodash/internal/baseLodash.js
2018-12-13 14:35:49 +01:00

11 lines
176 B
JavaScript

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