new_test / node_modules /lodash /_baseLodash.js
mahiatlinux's picture
Upload 3053 files
311cc15 verified
raw
history blame contribute delete
178 Bytes
/**
* The function whose prototype chain sequence wrappers inherit from.
*
* @private
*/
function baseLodash() {
// No operation performed.
}
module.exports = baseLodash;