Files
2026-07-10 11:28:16 +08:00

11 lines
176 B
Go

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