Files
cattleTransportation/datav/node_modules/http-proxy-middleware/dist/utils/function.js
2025-12-08 15:24:43 +08:00

8 lines
263 B
JavaScript

"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]';
}