Files
aresv2/public/assets/lodash-es/_baseLodash.js
Beyhan Oğur 4362c3b83f first commit
2026-04-26 21:33:39 +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;