react-instantsearch-core
Version:
⚡ Lightning-fast search for React, by Algolia
17 lines (15 loc) • 369 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
Object.defineProperty(exports, "noop", {
enumerable: true,
get: function() {
return noop;
}
});
var noop = function noop() {
for(var _len = arguments.length, _args = new Array(_len), _key = 0; _key < _len; _key++){
_args[_key] = arguments[_key];
}
};