astra / web /node_modules /lodash /_baseLodash.js
Lorenzob's picture
Upload folder using huggingface_hub
19605ab verified
raw
history blame
178 Bytes
/**
* The function whose prototype chain sequence wrappers inherit from.
*
* @private
*/
function baseLodash() {
// No operation performed.
}
module.exports = baseLodash;