test/node_modules/lodash/internal/baseLodash.js

11 lines
176 B
JavaScript
Raw Normal View History

2018-12-13 14:35:46 +01:00
/**
* The function whose prototype all chaining wrappers inherit from.
*
* @private
*/
function baseLodash() {
// No operation performed.
}
module.exports = baseLodash;