2019-03-27 12:19:53 +08:00

11 lines
176 B
JavaScript

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