UNPKG

lodash-es

Version:

Lodash exported as ES modules.

11 lines (9 loc) 176 B
/** * The function whose prototype chain sequence wrappers inherit from. * * @private */ function baseLodash() { // No operation performed. } export default baseLodash;