UNPKG

@a11ywatch/core

Version:
4 lines (3 loc) 193 B
import type { FastifyContext } from "apollo-server-fastify"; declare const detectImage: (req: FastifyContext["request"], res: FastifyContext["reply"]) => Promise<void>; export { detectImage };