UNPKG

bot18

Version:

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

12 lines (7 loc) 169 B
'use strict'; const PropTypes = require('prop-types'); const Span = ({children}) => children; Span.propTypes = { children: PropTypes.node }; module.exports = Span;