UNPKG

astro-sst

Version:

Adapter that allows Astro to deploy your site to AWS utilizing SST.

7 lines (5 loc) 168 B
import type { Writable } from "stream"; export interface ResponseStream extends Writable { getBufferedData(): Buffer; setContentType(contentType: string): void; }