Nexus / node_modules /lodash-es /_baseLodash.js
Severian's picture
Upload 7464 files
c211499
raw
history blame
176 Bytes
/**
* The function whose prototype chain sequence wrappers inherit from.
*
* @private
*/
function baseLodash() {
// No operation performed.
}
export default baseLodash;