"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.tryCatch = void 0;
var try_catch_1 = require("./try-catch");
Object.defineProperty(exports, "tryCatch", { enumerable: true, get: function () { return try_catch_1.tryCatch; } });