Files
Web-Printing-Toolkit/node_modules/lodash/_baseLodash.js
TheGreydiamond 7b45a854fe inital commit
2025-08-18 20:02:43 +02:00

11 lines
178 B
JavaScript

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