mirror of
https://github.com/nestjs/nest.git
synced 2026-02-21 23:11:44 +00:00
11 lines
204 B
TypeScript
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';
|