UNPKG

@tsed/common

Version:
10 lines 454 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.registerExceptionType = exports.ExceptionFiltersContainer = void 0; // tslint:disable-next-line:variable-name exports.ExceptionFiltersContainer = new Map(); function registerExceptionType(type, token) { exports.ExceptionFiltersContainer.set(type, token); } exports.registerExceptionType = registerExceptionType; //# sourceMappingURL=ExceptionFiltersContainer.js.map