Files
cht-lawfirm/front/app/node_modules/lodash-es/_baseLodash.js
2023-01-16 17:49:38 +01:00

11 lines
176 B
JavaScript

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