setup-php/node_modules/lodash/_baseLodash.js
Shivam Mathur 8f9786b73f init
2019-09-06 05:17:43 +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;