Skip to content

isCollection

@tsed/core

Usage

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

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

Overview

ts
function isCollection(target: any): boolean;

Description

Return true if the target.

Released under the MIT License.