UNPKG

@a11ywatch/core

Version:
3 lines (2 loc) 193 B
import type { FastifyContext } from "apollo-server-fastify"; export declare const crawlStream: (req: FastifyContext["request"], res: FastifyContext["reply"], slim?: boolean) => Promise<never>;