UNPKG
ts-http-status-utils
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
0.0.1
HTTP status code declarations, descriptions and utils
github.com/thejfreitas/ts-http-status-utils
ts-http-status-utils
/
dist
/
index.d.ts
8 lines
(7 loc)
•
220 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
export
*
from
"./helpers"
;
export
*
from
"./StatusCode"
;
export
*
from
"./StatusDescription"
;
export
*
from
"./StatusLabel"
;
export
*
from
"./StatusPhrase"
;
export
*
from
"./RequestMethod"
;
export
*
from
"./Interfaces"
;