UNPKG

http-proxy-middleware

Version:

The one-liner node.js proxy middleware for connect, express, next.js and more

9 lines (8 loc) 267 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Debug = void 0; const createDebug = require("debug"); /** * Debug instance with the given namespace: http-proxy-middleware */ exports.Debug = createDebug('http-proxy-middleware');