PlatformViewWritableStream
@tsed/platform-views
Usage
typescript
import { PlatformViewWritableStream } from "@tsed/platform-views";See /packages/platform/platform-views/src/domain/PlatformViewsSettings.ts.
Overview
ts
interface PlatformViewWritableStream {
pipe(stream: Writable): void;
}pipe
ts
pipe(stream: Writable): void;