edge-runtime
Advanced tools
Comparing version 2.4.1 to 2.4.2
/// <reference types="node" /> | ||
import type { IncomingMessage, ServerResponse } from 'http'; | ||
/// <reference types="node" /> | ||
import type { IncomingMessage } from 'http'; | ||
import type { Writable } from 'stream'; | ||
type BodyStream = ReadableStream<Uint8Array>; | ||
@@ -32,3 +34,3 @@ /** | ||
*/ | ||
export declare function pipeBodyStreamToResponse(body: BodyStream | null, res: ServerResponse): Promise<void>; | ||
export declare function pipeBodyStreamToResponse(body: BodyStream | null, res: Writable): Promise<void>; | ||
export {}; |
@@ -5,3 +5,3 @@ { | ||
"homepage": "https://edge-runtime.vercel.app/packages/runtime", | ||
"version": "2.4.1", | ||
"version": "2.4.2", | ||
"main": "dist/index.js", | ||
@@ -8,0 +8,0 @@ "bin": { |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
79854
666