Files
lodash/internal/baseLodash.js
2015-02-20 00:25:55 -08:00

11 lines
174 B
JavaScript

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