Files
Sec-Interview/node_modules/lodash/internal/baseLodash.js
T
2025-11-08 21:00:06 +08:00

11 lines
176 B
JavaScript

/**
* The function whose prototype all chaining wrappers inherit from.
*
* @private
*/
function baseLodash() {
// No operation performed.
}
module.exports = baseLodash;