UNPKG
@tinyhttp/res
Version:
latest (2.2.6)
2.2.6
2.2.5
2.2.4
2.2.3
2.2.2
2.2.1
2.2.0
2.1.0
2.0.24
2.0.23
2.0.22
2.0.21
2.0.20
2.0.19
2.0.18
2.0.17
2.0.16
2.0.15
2.0.14
2.0.13
2.0.12
2.0.11
2.0.10
2.0.9
2.0.8
2.0.5
2.0.4
2.0.3
2.0.2
2.0.1
2.0.0
1.3.3
1.3.2
1.3.1
1.3.0
1.2.16
1.2.15
1.2.14
1.2.13
1.2.11
1.2.10
1.2.9
1.2.8
1.2.7
1.2.6
1.2.5
1.2.4
1.2.3
1.2.1
1.2.0
1.1.8
1.1.6
1.1.4
1.1.3
1.1.1
1.1.0
1.0.10
1.0.9
1.0.8
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
0.5.15
0.5.14
0.5.13
0.5.12
0.5.10
0.5.9
0.5.8
0.5.7
0.5.5
0.5.4
0.5.3
0.5.2
0.5.1
0.5.0
0.4.9
0.4.7
0.4.6
0.4.5
0.4.4
0.4.3
0.4.2
0.4.1
0.4.0
0.1.15
0.1.14
0.1.13
0.1.12
0.1.10
0.1.9
0.1.8
0.1.7
0.1.3
0.1.1
0.1.0
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
response extensions for tinyhttp
tinyhttp.v1rtl.site
tinyhttp/tinyhttp
@tinyhttp/res
/
dist
/
append.d.ts
3 lines
•
232 B
TypeScript
View Raw
1
2
3
import
type
{
ServerResponse
as
Res
}
from
'node:http'
;
export
declare
const
append
: <
Response
extends
Res
=
Res
>
(
res
:
Response
) =>
(
field
:
string
,
value
:
string
|
number
|
string
[]
) =>
Response
;
//# sourceMappingURL=append.d.ts.map