react-blips
Version:
Official React bindings for Blips
22 lines (15 loc) • 763 B
JavaScript
;
exports.__esModule = true;
var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol" ? function (obj) { return typeof obj; } : function (obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; };
var _createWithOperationsHoc = require('./createWithOperationsHoc');
exports.default = function () {
for (var _len = arguments.length, args = Array(_len), _key = 0; _key < _len; _key++) {
args[_key] = arguments[_key];
}
var config = {};
if (_typeof(args[args.length - 1]) === 'object') {
config = args.pop();
}
var sources = [].concat(args);
return (0, _createWithOperationsHoc.createWithOperationsHoc)(sources, config);
};