(...args)
| 58345 | // node_modules/undici/lib/handler/DecoratorHandler.js |
| 58346 | var require_DecoratorHandler = __commonJS({ |
| 58347 | "node_modules/undici/lib/handler/DecoratorHandler.js"(exports2, module2) { |
| 58348 | "use strict"; |
| 58349 | module2.exports = class DecoratorHandler { |
| 58350 | constructor(handler) { |
| 58351 | this.handler = handler; |
| 58352 | } |