Files
nest/packages/platform-fastify/index.ts
2025-01-03 22:30:41 +02:00

11 lines
204 B
TypeScript

/*
* Nest @platform-fastify
* Copyright(c) 2017 - 2025 Kamil Mysliwiec
* https://nestjs.com
* MIT Licensed
*/
export * from './adapters';
export * from './interfaces';
export * from './decorators';