UNPKG

react-blips

Version:
13 lines (9 loc) 282 B
import { createWithOperationsHoc, } from './createWithOperationsHoc' export default (...args) => { let config = {} if (typeof args[args.length - 1] === 'object') { config = args.pop() } const sources = [ ...args, ] return createWithOperationsHoc(sources, config) }