Files
lcbp3.np-dms.work/frontend/node_modules/next/dist/server/lib/streaming-metadata.d.ts
2025-09-21 20:29:15 +07:00

6 lines
274 B
TypeScript
Executable File

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;