Files
JiboViteDocs/node_modules/lodash-es/_baseLodash.js
Your Name 38652eb9b5 Initalize
2026-05-03 12:12:57 -04:00

11 lines
176 B
JavaScript

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