UNPKG
@jiaxinjiang/nest-http
Version:
latest (1.0.0)
1.0.0
Http request component for NestJs.
@jiaxinjiang/nest-http
/
dist
/
index.d.ts
8 lines
(7 loc)
•
229 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
export
*
from
'./http.exception'
;
export
*
from
'./http.constants'
;
export
*
from
'./http.interface'
;
export
*
from
'./http.module'
;
export
*
from
'./http.provider'
;
export
*
from
'./http.service'
;
export
*
from
'./http.helper'
;