Files
nest/packages/platform-fastify/index.ts
2023-08-10 20:33:20 -04:00

11 lines
204 B
TypeScript

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