Files
Gemini-Search/node_modules/lodash/_baseLodash.js
Ammaar Reshi d6025af146 Initial commit
2025-01-04 14:06:53 +00:00

11 lines
178 B
JavaScript

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