6 lines
349 B
JavaScript
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; } });
|