OptionalArray<T> Type alias

Type for a value which may be either (a) undefined or (b) an array of type [].

OptionalArray = T[] | undefined

Defined in

Last Updated: 05 April, 2024