Newer
Older
alert / js / node_modules / lodash / _baseLodash.js
@Réz István Réz István on 18 Nov 2021 178 bytes first commit
/**
 * The function whose prototype chain sequence wrappers inherit from.
 *
 * @private
 */
function baseLodash() {
  // No operation performed.
}

module.exports = baseLodash;