Files
ares/public/assets/lodash-es/_baseLodash.js
Beyhan Oğur 4d92991817 first commit
2026-04-26 21:30:42 +03:00

11 lines
176 B
JavaScript

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