@sentzunhat/zacatl
Version:
A modular, high-performance TypeScript microservice framework for Node.js, featuring layered architecture, dependency injection, and robust validation for building scalable APIs and distributed systems.
4 lines • 380 B
TypeScript
export { default as Fastify, type FastifyInstance, type FastifyRequest, type FastifyReply, type FastifySchema, type HTTPMethods, type FastifyServerOptions, type RawServerBase, } from 'fastify';
export type { ZodTypeProvider } from 'fastify-type-provider-zod';
export { serializerCompiler, validatorCompiler } from 'fastify-type-provider-zod';
//# sourceMappingURL=fastify.d.ts.map