UNPKG
@prostory/mountain
Version:
latest (1.0.0-alpha.3)
1.0.0-alpha.3
1.0.0-alpha.2
1.0.0-alpha.1
0.4.0
0.3.0
0.2.0
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
Yet another HTTP/2 server and client.
github.com/YevhenKap/mountain
YevhenKap/mountain
@prostory/mountain
/
plugins
/
body
/
index.d.ts
5 lines
(4 loc)
•
145 B
TypeScript
View Raw
1
2
3
4
5
export
{ json }
from
'./json'
;
export
{ text }
from
'./text'
;
export
{ formData }
from
'./form_data'
;
export
{ urlencoded }
from
'./urlencoded'
;