PDF_Generation_and_Automation/node_modules/lodash/_baseLodash.js
2025-08-24 12:01:08 +05:30

11 lines
178 B
JavaScript

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