Files
setup-haskell/node_modules/lodash/_baseLodash.js
Timothy Clem 63b90beb0c npm audit fix
2019-09-30 10:04:01 -07:00

11 lines
178 B
JavaScript

/**
* The function whose prototype chain sequence wrappers inherit from.
*
* @private
*/
function baseLodash() {
// No operation performed.
}
module.exports = baseLodash;