1
0
Files
stale/node_modules/lodash/_baseLodash.js
T

11 lines
178 B
JavaScript
Raw Normal View History

2020-05-15 15:25:57 -04:00
/**
* The function whose prototype chain sequence wrappers inherit from.
*
* @private
*/
function baseLodash() {
// No operation performed.
}
module.exports = baseLodash;