UNPKG

http-proxy-middleware

Version:

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

5 lines (4 loc) 150 B
/* eslint-disable @typescript-eslint/no-unsafe-function-type */ export function getFunctionName(fn) { return fn.name || '[anonymous Function]'; }