UNPKG

degiro-api

Version:

Unofficial DeGiro API for Javascript. Buy and sell in the stock market. See your portfolio and much more

2 lines 113 B
const DEBUG = !!process.env.DEGIRO_DEBUG export const debug = DEBUG ? (...s: any) => console.log(...s) : () => {}