Open in Web IDE
Quickly and easily edit multiple files in your project.
Edit
Edit this file only.
/**
* The function whose prototype chain sequence wrappers inherit from.
*
* @private
*/
function baseLodash() {
// No operation performed.
}
module.exports = baseLodash;