Files
telegram_glpi/node_modules/lodash/_baseLodash.js
Александр Тороп 038bf44010 init
2024-03-30 18:27:37 +03:00

11 lines
178 B
JavaScript

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