summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/lodash/internal/baseLodash.js
blob: 15b79d3f7b9a70fd7299db188ad6e4142aa1c48d (plain)
1
2
3
4
5
6
7
8
9
10
/**
 * The function whose prototype all chaining wrappers inherit from.
 *
 * @private
 */
function baseLodash() {
  // No operation performed.
}

module.exports = baseLodash;