UNPKG

@johang/trycatch

Version:
6 lines (5 loc) 263 B
"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; } });