Skip to main content
Module

x/lodash/_baseLodash.js

A modern JavaScript utility library delivering modularity, performance, & extras.
Extremely Popular
Go to Latest
File
/** * The function whose prototype chain sequence wrappers inherit from. * * @private */function baseLodash() { // No operation performed.}
export default baseLodash;