UNPKG

@piggly/fastify-chassis

Version:

An ESM/CommonJS toolkit to help you to do common operations in your back-end applications with Fastify and NodeJS.

8 lines 475 B
export { AbstractServer } from './fastify/AbstractServer.js'; export { Http2InsecureServer } from './fastify/Http2InsecureServer.js'; export { Http2SecureServer } from './fastify/Http2SecureServer.js'; export { HttpInsecureServer } from './fastify/HttpInsecureServer.js'; export { HttpSecureServer } from './fastify/HttpSecureServer.js'; export { FastifyModifiers } from './FastifyModifiers.js'; export { HttpServer } from './HttpServer.js'; //# sourceMappingURL=index.js.map