11 lines
178 B
JavaScript
Raw Permalink Normal View History

2023-11-07 14:22:33 +04:00
/**
* The function whose prototype chain sequence wrappers inherit from.
*
* @private
*/
function baseLodash() {
// No operation performed.
}
module.exports = baseLodash;