lingjing/node_modules/next/dist/server/lib/streaming-metadata.d.ts
2026-02-23 09:51:43 +00:00

6 lines
274 B
TypeScript

import type { BaseNextRequest } from '../base-http';
export declare function shouldServeStreamingMetadata(userAgent: string, htmlLimitedBots: string | undefined): boolean;
export declare function isHtmlBotRequest(req: {
headers: BaseNextRequest['headers'];
}): boolean;