Introduction
Migration
Appearance
import { isArray } from "@tsed/core";
See /packages/core/src/types/utils/objects/isArray.ts.
function isArray<T = any>(target: unknown): target is T[];
Return true if value is an array