UNPKG

@nestjs/platform-fastify

Version:

Nest - modern, fast, powerful node.js web framework (@platform-fastify)

10 lines (9 loc) 230 B
/* * Nest @platform-fastify * Copyright(c) 2017 - 2025 Kamil Mysliwiec * https://nestjs.com * MIT Licensed */ export * from './adapters/index.js'; export * from './interfaces/index.js'; export * from './decorators/index.js';