UNPKG

brokerage

Version:

Trade stocks on multiple brokerages with one API

10 lines (8 loc) 223 B
exports = module.exports = account; function account(account) { this.account = account; console.log('constructor call on account') }; account.prototype.add = function () { console.log('add call on account'); }