volleyball-dev-frontend/node_modules/lodash-es/_baseLodash.js
2025-06-02 16:42:16 +00:00

11 lines
176 B
JavaScript

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