PIbd-22_Kaznacheeva.E.K_Int.../lab2/node_modules/lodash/_baseLodash.js

11 lines
178 B
JavaScript
Raw Normal View History

2023-11-24 14:53:57 +04:00
/**
* The function whose prototype chain sequence wrappers inherit from.
*
* @private
*/
function baseLodash() {
// No operation performed.
}
module.exports = baseLodash;