opinionated-machine
Version:
Very opinionated DI framework for fastify, built on top of awilix
9 lines • 426 B
JavaScript
// Unified route builder
export { buildFastifyRoute, extractPathTemplate } from './fastifyRouteBuilder.js';
// Route types
export {
// Unified handler builder
buildHandler, } from './fastifyRouteTypes.js';
// Route utilities
export { createSSEContext, determineMode, determineSyncFormat, handleReconnection, handleSSEError, sendReplayEvents, setupSSESession, } from './fastifyRouteUtils.js';
//# sourceMappingURL=index.js.map