UNPKG

bot18

Version:

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

11 lines (10 loc) 181 B
'use strict'; module.exports = x => ( x instanceof Promise || ( x !== null && typeof x === 'object' && typeof x.then === 'function' && typeof x.catch === 'function' ) );