Sergej Paris
Results
2
issues of
Sergej Paris
Tests cases for `Just()` and `Nothing()` for `fromNullable()` method of `Maybe`.
## Summary The way timeout exceptions are thrown make it not possible to catch them explicitly as its just a generic rejections with an empty new Error(): https://github.com/amplitude/Amplitude-Node/blob/main/packages/utils/src/queue.ts#L56 ## Motivations...