UNPKG

481 BJavaScriptView Raw
1"use strict";
2var __importDefault = (this && this.__importDefault) || function (mod) {
3 return (mod && mod.__esModule) ? mod : { "default": mod };
4};
5Object.defineProperty(exports, "__esModule", { value: true });
6var import_cwd_1 = __importDefault(require("import-cwd"));
7function tryRequire(tryPath) {
8 try {
9 return import_cwd_1.default(tryPath);
10 }
11 catch (error) {
12 return;
13 }
14}
15exports.default = tryRequire;
16//# sourceMappingURL=try-require.js.map
\No newline at end of file