UNPKG

http-proxy-middleware

Version:

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

8 lines (7 loc) 263 B
"use strict"; /* eslint-disable @typescript-eslint/no-unsafe-function-type */ Object.defineProperty(exports, "__esModule", { value: true }); exports.getFunctionName = getFunctionName; function getFunctionName(fn) { return fn.name || '[anonymous Function]'; }