django-vue3-admin-web/node_modules/lodash-es/_baseLodash.js
2025-10-20 21:21:14 +08:00

11 lines
176 B
JavaScript

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