@piggly/fastify-chassis
Version:
An ESM/CommonJS toolkit to help you to do common operations in your back-end applications with Fastify and NodeJS.
11 lines • 874 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.processUncaught = exports.processStop = exports.cleanupDependencies = void 0;
/* eslint-disable @typescript-eslint/no-deprecated */
var cleanupDependencies_js_1 = require("../nodejs/cleanupDependencies.js");
Object.defineProperty(exports, "cleanupDependencies", { enumerable: true, get: function () { return cleanupDependencies_js_1.cleanupDependencies; } });
var processStop_js_1 = require("../nodejs/processStop.js");
Object.defineProperty(exports, "processStop", { enumerable: true, get: function () { return processStop_js_1.processStop; } });
var processUncaught_js_1 = require("../nodejs/processUncaught.js");
Object.defineProperty(exports, "processUncaught", { enumerable: true, get: function () { return processUncaught_js_1.processUncaught; } });
//# sourceMappingURL=index.js.map