Skip to content

PlatformViewWritableStream

@tsed/platform-views

Usage

typescript
import { PlatformViewWritableStream } from "@tsed/platform-views";

See /packages/platform/platform-views/src/types/domain/PlatformViewsSettings.ts.

Overview

ts
interface PlatformViewWritableStream {
    pipe(stream: Writable): void;
}

pipe

ts
pipe(stream: Writable): void;

Released under the MIT License.