blowfish/node_modules/lodash-es/_baseLodash.js
2023-01-29 22:30:24 +00:00

10 lines
176 B
JavaScript

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