UNPKG

@unleash/proxy

Version:
4 lines (3 loc) 154 B
import type { Application } from 'express'; import type { IProxyOption } from './config'; export declare function start(opt?: IProxyOption): Application;