Files
accounting/node_modules/lodash/_baseLodash.js
2026-03-26 01:23:19 +08:00

11 lines
178 B
JavaScript
Executable File

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