Sign in
cobalt
/
cobalt
/
c9e19ca560c593f3612acbdcd0ca4da848fb7c3e
/
.
/
third_party
/
devtools
/
node_modules
/
lodash
/
_baseLodash.js
blob: f76c790e2e119626bb0a2f97cab526ade36c6fe8 [
file
]
/**
* The function whose prototype chain sequence wrappers inherit from.
*
* @private
*/
function
baseLodash
()
{
// No operation performed.
}
module
.
exports
=
baseLodash
;