UNPKG

bot18

Version:

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

5 lines (4 loc) 97 B
var uuid = require('uuid/v4') module.exports = function () { return uuid().replace(/-/g, '') }