UNPKG

333 BTypeScriptView Raw
1import { Plugin } from '../../types';
2/**
3 * Subscribe to {@link https://www.npmjs.com/package/http-proxy#listening-for-proxy-events http-proxy error events} to prevent server from crashing.
4 * Errors are logged with {@link https://www.npmjs.com/package/debug debug} library.
5 */
6export declare const debugProxyErrorsPlugin: Plugin;