UNPKG

@stacksjs/rpx

Version:

A modern and smart reverse proxy.

12 lines (8 loc) 226 B
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;