11 lines
176 B
JavaScript
Raw Permalink Normal View History

2026-05-31 13:21:13 +02:00
/**
* The function whose prototype chain sequence wrappers inherit from.
*
* @private
*/
function baseLodash() {
// No operation performed.
}
export default baseLodash;