1
0
forked from javalsai/website
2024-10-09 22:06:02 +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;