UNPKG
@eqxjs/ambassador
Version:
latest (0.0.2)
0.0.2
0.0.1
0.0.0
Equinox version 2 ambassador module for nestjs
@eqxjs/ambassador
/
dist
/
http
/
ambassador.http.service.d.ts
5 lines
(4 loc)
•
147 B
TypeScript
View Raw
1
2
3
4
5
import
{
HttpService
as
hts }
from
'@nestjs/axios'
;
export
declare
class
HttpService
extends
hts
{
protected
checkCurcuitBreaker
():
boolean
; }