mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
The lib now exposes a constructor directly, so the export has been changed to use the `export =` with `declare` style instead of `export default`. - `promisify` removed. - References to `hystrix` were removed. - The primary class now has generics the pulls the argument and return types from the constructor then passes them to the result of `fire` and some of the event listeners. - Event listeners were added to give users types in the specific callbacks. - Doc updates for the methods. - The `action` function must now return a Promise. |
||
|---|---|---|
| .. | ||
| index.d.ts | ||
| opossum-tests.ts | ||
| tsconfig.json | ||
| tslint.json | ||