%PDF- %PDF-
Direktori : /var/www/html/node_modules/next/dist/server/web/ |
Current File : /var/www/html/node_modules/next/dist/server/web/utils.d.ts |
import type { NodeHeaders } from './types'; export declare function fromNodeHeaders(object: NodeHeaders): Headers; export declare function splitCookiesString(cookiesString: string): string[]; export declare function toNodeHeaders(headers?: Headers): NodeHeaders; /** * Validate the correctness of a user-provided URL. */ export declare function validateURL(url: string | URL): string;