Home > @infiniteobjects/core-library-web > Cast > asArray
Cast the given value to an array if is needed.
Signature:
static asArray<T>(val: T | T[]): T[];
Returns:
T[]