Files
opencrm/backend/node_modules/lodash/_baseLodash.js
T
Stefan Hacker e209e9bbca first commit
2026-01-29 01:16:54 +01:00

11 lines
178 B
JavaScript

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