degiro-api
Version:
Unofficial DeGiro API for Javascript. Buy and sell in the stock market. See your portfolio and much more
12 lines • 380 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.debug = void 0;
var DEBUG = !!process.env.DEGIRO_DEBUG;
exports.debug = DEBUG ? function () {
var s = [];
for (var _i = 0; _i < arguments.length; _i++) {
s[_i] = arguments[_i];
}
return console.log.apply(console, s);
} : function () { };
//# sourceMappingURL=debug.js.map