debug.d.ts 162 B

12345
  1. import * as createDebug from 'debug';
  2. /**
  3. * Debug instance with the given namespace: http-proxy-middleware
  4. */
  5. export declare const Debug: createDebug.Debugger;