UNPKG

@piggly/fastify-chassis

Version:

An ESM/CommonJS toolkit to help you to do common operations in your back-end applications with Fastify and NodeJS.

10 lines 892 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.UnauthorizedAccessEvent = exports.DependencyErrorEvent = exports.ApplicationErrorEvent = void 0; var ApplicationErrorEvent_1 = require("./ApplicationErrorEvent.js"); Object.defineProperty(exports, "ApplicationErrorEvent", { enumerable: true, get: function () { return ApplicationErrorEvent_1.ApplicationErrorEvent; } }); var DependencyErrorEvent_1 = require("./DependencyErrorEvent.js"); Object.defineProperty(exports, "DependencyErrorEvent", { enumerable: true, get: function () { return DependencyErrorEvent_1.DependencyErrorEvent; } }); var UnauthorizedAccessEvent_1 = require("./UnauthorizedAccessEvent.js"); Object.defineProperty(exports, "UnauthorizedAccessEvent", { enumerable: true, get: function () { return UnauthorizedAccessEvent_1.UnauthorizedAccessEvent; } }); //# sourceMappingURL=index.js.map