UNPKG
@http-util/status-i18n
Version:
latest (0.9.0)
0.9.0
0.8.1
0.8.0
0.7.0
0.6.2
0.6.1
0.6.0
0.5.0
0.4.0
0.3.0
0.2.0
Make HTTP status message support i18n
github.com/http-util/status-i18n
http-util/status-i18n
@http-util/status-i18n
/
index.d.ts
7 lines
(6 loc)
•
149 B
TypeScript
View Raw
1
2
3
4
5
6
7
declare
module
'@http-util/status-i18n'
{
export
function
status
(
statusCode
:
number
|
undefined
,
locale
:
string
):
string
|
undefined
}