UNPKG

bot18

Version:

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

12 lines (7 loc) 174 B
'use strict'; const PropTypes = require('prop-types'); const Div = ({children}) => [children, '\n']; Div.propTypes = { children: PropTypes.node }; module.exports = Div;