Converts the input into an array. If the input is already an array, it is returned as-is. If the input is a single value, it is wrapped in an array. If the input is undefined, an empty array is returned.
undefined
Converts the input into an array. If the input is already an array, it is returned as-is. If the input is a single value, it is wrapped in an array. If the input is
undefined
, an empty array is returned.