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.

5 lines 279 B
/* eslint-disable @typescript-eslint/no-deprecated */ export { cleanupDependencies } from '../nodejs/cleanupDependencies.js'; export { processStop } from '../nodejs/processStop.js'; export { processUncaught } from '../nodejs/processUncaught.js'; //# sourceMappingURL=index.js.map