UNPKG

@verdaccio/server-fastify

Version:

fastify server api implementation

5 lines (4 loc) 214 B
import { FastifyInstance } from 'fastify'; export declare const NOT_README_FOUND = "ERROR: No README data found!"; declare function readmeRoute(fastify: FastifyInstance): Promise<void>; export default readmeRoute;