UNPKG

http-proxy-middleware

Version:

The one-liner node.js proxy middleware for connect, express and browser-sync

7 lines (6 loc) 196 B
import { Filter, Options } from './types'; export declare type Config = { context: Filter; options: Options; }; export declare function createConfig(context: any, opts?: Options): Config;