DefinitelyTyped/types/opossum
Matt R. Wilson 5db94ca7fd [opossum] v4.0 updates. (#38017)
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.
2019-09-09 21:29:58 -07:00
..
index.d.ts
opossum-tests.ts
tsconfig.json
tslint.json