Rinser/node_modules/lodash/internal/baseLodash.js
2015-07-20 14:42:07 +01:00

11 lines
176 B
JavaScript

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