UNPKG

http-proxy-middleware

Version:

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

6 lines (5 loc) 144 B
import { Options } from './types'; export declare function createConfig(context: any, opts?: any): { context: any; options: Options; };