UNPKG
@stacksjs/rpx
Version:
latest (0.11.34)
0.11.34
0.11.33
0.11.31
0.11.30
0.11.29
0.11.28
0.11.27
0.11.26
0.11.25
0.11.24
0.11.23
0.11.22
0.11.21
0.11.20
0.11.19
0.11.18
0.11.17
0.11.16
0.11.15
0.11.14
0.11.13
0.11.12
0.11.11
0.11.10
0.11.9
0.11.8
0.11.7
0.11.5
0.11.4
0.11.3
0.11.2
0.11.0
0.10.0
0.9.1
0.9.0
0.8.1
0.8.0
0.7.1
0.7.0
0.6.5
0.6.2
0.6.1
0.6.0
0.5.1
0.5.0
0.4.1
0.4.0
0.3.1
0.3.0
0.2.0
0.1.1
A modern and smart reverse proxy.
github.com/stacksjs/rpx
stacksjs/rpx
@stacksjs/rpx
/
dist
/
index.d.ts
12 lines
(8 loc)
•
226 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
import
{ startProxies }
from
'./start'
;
export
{ config }
from
'./config'
export
*
from
'./hosts'
export
*
from
'./https'
export
*
from
'./start'
export
*
from
'./types'
export
*
from
'./utils'
export
default
startProxies;