GT2/GT2-iOS/node_modules/lodash-es/_baseLodash.js

11 lines
176 B
JavaScript
Raw Normal View History

2018-02-12 17:26:06 +00:00
/**
* The function whose prototype chain sequence wrappers inherit from.
*
* @private
*/
function baseLodash() {
// No operation performed.
}
export default baseLodash;