UNPKG

throw-http-errors

Version:

Custom errors for HTTP status codes.

6 lines (5 loc) 307 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const httpErrors_1 = require("./httpErrors"); const CreateCustomError_1 = require("./CreateCustomError"); exports.default = Object.assign({}, httpErrors_1.httpErrors, { CreateCustomError: CreateCustomError_1.CreateCustomError });