Test/node_modules/lodash-es/_baseLodash.js
2026-04-09 22:54:00 +07:00

10 lines
176 B
JavaScript

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