UNPKG

webserv

Version:

a quick, flexible, fully typed development server

6 lines (5 loc) 267 B
import { ProxyServiceProperties } from '../../core/services/proxy.service'; import { SimpleServiceLoader } from '../loader'; export interface ProxyConfig extends ProxyServiceProperties { } export declare const bootProxyService: SimpleServiceLoader<ProxyConfig>;