PC-mj/.output/server/node_modules/lodash-es/_baseLodash.js

11 lines
176 B
JavaScript
Raw Normal View History

2024-01-09 07:55:02 +00:00
/**
* The function whose prototype chain sequence wrappers inherit from.
*
* @private
*/
function baseLodash() {
// No operation performed.
}
export default baseLodash;