Files

11 lines
176 B
JavaScript
Raw Permalink Normal View History

2023-03-06 14:23:39 +07:00
/**
* The function whose prototype all chaining wrappers inherit from.
*
* @private
*/
function baseLodash() {
// No operation performed.
}
module.exports = baseLodash;