blob: 15b79d3f7b9a70fd7299db188ad6e4142aa1c48d [file] [log] [blame]
/**
* The function whose prototype all chaining wrappers inherit from.
*
* @private
*/
function baseLodash() {
// No operation performed.
}
module.exports = baseLodash;