UNPKG
http-header-list
Version:
latest (1.0.0)
1.0.0
Parser and logic functions for HTTP header lists
gitlab.com/bytesnz/http-header-list
http-header-list
/
tsconfig.json
11 lines
(10 loc)
•
182 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
{
"compilerOptions"
:
{
"lib"
:
[
"esnext"
]
,
"allowJs"
:
true
,
"checkJs"
:
true
,
"declaration"
:
true
,
"emitDeclarationOnly"
:
true
}
,
"include"
:
[
"index.js"
]
}