@ckenx/kenx-fastify
Version:
Kenx fastify framework plugin
4 lines (3 loc) • 424 B
TypeScript
/// <reference types="node" />
declare const _default: () => import("fastify").FastifyInstance<import("http").Server<typeof import("http").IncomingMessage, typeof import("http").ServerResponse>, import("http").IncomingMessage, import("http").ServerResponse<import("http").IncomingMessage>, import("fastify").FastifyBaseLogger, import("fastify").FastifyTypeProviderDefault> & PromiseLike<undefined>;
export default _default;