UNPKG

next

Version:

The React Framework

7 lines (6 loc) 438 B
import type { NodeHeaders } from './types'; export declare function streamToIterator<T>(readable: ReadableStream<T>): AsyncIterableIterator<T>; export declare function notImplemented(name: string, method: string): any; export declare function fromNodeHeaders(object: NodeHeaders): Headers; export declare function toNodeHeaders(headers?: Headers): NodeHeaders; export declare function splitCookiesString(cookiesString: string): string[];