Open jeengbe opened 9 months ago
submitting a PR would be helpful
See the above PR.
PR is ready to be merged, what's the status for this?
The DefinetlyTyped repo is a community created repo and isn't associated with this repo, so you would need to ask those folks when it will be merged
This issue is stale because it has been open 30 days with no activity.
I propose the following change to
@types/opossum
:While this is the most breaking change, it makes a lot of work with the
CircuitBreaker
interface easier, for example:to
Practically, the type annotation is not required here (TS is able to infer it given the constructor assignment). Code such as:
is also simpler written like:
I am willing to submit a PR.