1
0
Fork 0
my_spells/node_modules/redux/node_modules/lodash-es/_baseLodash.js
Joe Wroten 00a0e57784 WIP
2016-07-10 02:17:53 -05:00

10 lines
176 B
JavaScript

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