UNPKG

@opengis/fastify-table

Version:

core-plugins

6 lines 320 B
import { FastifyInstance, FastifyReply } from "fastify"; import { ExtendedRequest } from "../../types/core.js"; export declare function onRequest(req: ExtendedRequest, reply: FastifyReply): Promise<null>; declare function plugin(fastify: FastifyInstance): void; export default plugin; //# sourceMappingURL=index.d.ts.map