HeyJ0e
HeyJ0e
I've created a version: ``` declare module 'node-discover' { import { EventEmitter } from 'events'; import { RemoteInfo } from 'dgram'; type Options = { helloInterval?: number; checkInterval?: number; nodeTimeout?:...
Mostly yes. I think it's worth mentioning in the readme with an example (like the one I provided). Did you check the definitions? I'd be happy if someone could verify...
Making exports is a good idea, but I think exposing the `me` and the `broadcast` property is not that so. This would make the false impression that you can modify...
Yes, there's more things accessible, but that's true for a lot of javascript projects. I think we shouldn't encourage this behaviour with the types but nudge users to the 'right...
It seems that the range mode is [set globally](https://github.com/apexcharts/apexcharts.js/blob/v5.3.0/src/modules/Data.js#L467) when there's at least one chart with range. The [label generation](https://github.com/apexcharts/apexcharts.js/blob/v5.3.0/src/modules/tooltip/Labels.js#L98) is based on this global variable. I think the best...