Cypress_TS/CyLukTs/lukan/node_modules/lodash/_baseLodash.js

11 lines
178 B
JavaScript
Raw Permalink Normal View History

2023-08-15 16:35:50 +00:00
/**
* The function whose prototype chain sequence wrappers inherit from.
*
* @private
*/
function baseLodash() {
// No operation performed.
}
module.exports = baseLodash;