stack

Home > @infiniteobjects/core-library-web > Cast > asArray

Cast.asArray() method

Cast the given value to an array if is needed.

Signature:

static asArray<T>(val: T | T[]): T[];

Parameters

Parameter Type Description
val T | T[]  

Returns:

T[]