mirror of
https://github.com/LukeHagar/arbiter.git
synced 2025-12-08 04:19:20 +00:00
6 lines
162 B
TypeScript
6 lines
162 B
TypeScript
import * as createDebug from 'debug';
|
|
/**
|
|
* Debug instance with the given namespace: http-proxy-middleware
|
|
*/
|
|
export declare const Debug: createDebug.Debugger;
|