chat-server/node_modules/lodash/_baseLodash.js

11 lines
178 B
JavaScript
Raw Permalink Normal View History

2019-04-10 13:07:31 +10:00
/**
* The function whose prototype chain sequence wrappers inherit from.
*
* @private
*/
function baseLodash() {
// No operation performed.
}
module.exports = baseLodash;