Files
red_de_investigacion_front/node_modules/lodash/_baseLodash.js
T

11 lines
178 B
JavaScript
Raw Normal View History

2020-01-14 20:43:08 -06:00
/**
* The function whose prototype chain sequence wrappers inherit from.
*
* @private
*/
function baseLodash() {
// No operation performed.
}
module.exports = baseLodash;