UNPKG
rx-retry
Version:
latest (4.1.2)
4.1.2
4.1.1
4.1.0
4.0.0
3.0.0
2.1.6
2.1.5
2.1.4
2.1.3
2.1.2
2.1.1
2.1.0
2.0.6
2.0.5
2.0.4
2.0.3
2.0.2
2.0.1
2.0.0
1.6.0
1.5.0
Package for retries in RxJS, Promises and NestJS
github.com/Avivbens/rx-retry
Avivbens/rx-retry
rx-retry
/
lib
/
promises
/
resolve-retry-config.d.ts
3 lines
•
174 B
TypeScript
View Raw
1
2
3
import
type
{
ResolveRetryConfig
}
from
'../models'
;
export
declare
const
DEFAULT_RESOLVE_RETRY_CONFIG
:
ResolveRetryConfig
;
//# sourceMappingURL=resolve-retry-config.d.ts.map