UNPKG

bot18

Version:

A high-frequency cryptocurrency trading bot by Zenbot creator @carlos8f

12 lines (8 loc) 215 B
'use strict'; module.exports = props => { let {children} = props; if (children.length === 1 && typeof children[0] === 'function') { children = children[0]; } return Object.assign({}, props, {children}); };