Array element type.
Either element, array of elements, iterable of elements, null, or undefined.
The value itself if it is an array, empty array if value is null or undefined, array consisting of
iterable value elements, or an array containing only value otherwise.
Converts element or readonly array of elements to readonly array of elements.
Array element type.
Either element, readonly array of elements, null, or undefined.
The value itself if it is an array, empty array if the value is null or undefined, or an array
containing only value otherwise.
Generated using TypeDoc
Converts element or array to array of elements.