UNPKG

@stacksjs/rpx

Version:

A modern and smart reverse proxy.

6 lines (5 loc) 268 B
import type { ProxyConfig } from './types'; export declare function getConfig(): Promise<ProxyConfig>; export declare const defaultConfig: ProxyConfig; // For backwards compatibility - synchronous access with default fallback export declare const config: ProxyConfig;