11 lines
178 B
JavaScript
Raw Normal View History

2023-10-28 00:49:09 +03:00
/**
* The function whose prototype chain sequence wrappers inherit from.
*
* @private
*/
function baseLodash() {
// No operation performed.
}
module.exports = baseLodash;