debug.js 166 B

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