Skip to content

isStream

@tsed/core

Usage

typescript
import { isStream } from "@tsed/core";

See /packages/core/src/types/utils/objects/isStream.ts.

Overview

ts
function isStream(obj: any): boolean;

Released under the MIT License.