UNPKG

@a11ywatch/core

Version:
4 lines (3 loc) 267 B
import type { FastifyContext } from "apollo-server-fastify"; import { CrawlParams } from "../actions/accessibility/watcher_crawl"; export declare const crawlHttpStream: (props: CrawlParams, res: FastifyContext["reply"], removeTrailing?: boolean) => Promise<boolean>;