Files
2026-02-21 10:33:18 +01:00

6 lines
349 B
JavaScript

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.wrapWithErrorHandling = void 0;
const wrap_with_error_handling_1 = require("./wrap-with-error-handling");
Object.defineProperty(exports, "wrapWithErrorHandling", { enumerable: true, get: function () { return wrap_with_error_handling_1.wrapWithErrorHandling; } });