UNPKG

bot18

Version:

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

11 lines (8 loc) 174 B
'use strict' const isClass = (f) => { return ( (typeof f === 'function') && (/^class\s/.test(Function.prototype.toString.call(f))) ) } module.exports = isClass