UNPKG

next-page-tester

Version:
8 lines (7 loc) 513 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.InternalError = exports.getErrorPagePath = void 0; var getErrorPagePath_1 = require("./getErrorPagePath"); Object.defineProperty(exports, "getErrorPagePath", { enumerable: true, get: function () { return getErrorPagePath_1.getErrorPagePath; } }); var InternalError_1 = require("./InternalError"); Object.defineProperty(exports, "InternalError", { enumerable: true, get: function () { return InternalError_1.InternalError; } });