Files
DefinitelyTyped/types/opossum
Matt R. Wilson 3a7ead14f2 [Opossum] Add Stats and fix symbols.
Adds the supporting classes and interfaces for a breaker: Status, Stats,
Bucket, Window, and HystrixStats.

Fixes a bug with the `timeout` option where `false` was not provided as
a valid value.

Fixes the attributes of the main `CircuitBreaker` to not be symbols, but
instead their correct types. This is a bit confusing when looking at the
source of the lib, but while symbols are used extensively, they are not
exported or made available via the class. They are only used internally
and the classes attributes are exposed via getters.

Fixes the global export of `promisify` and `stats` from the module as
well as being tacked onto the default exported function.

Beefs up the tests by copying examples used in the lib docs.
2018-12-31 07:38:33 -07:00
..