Convert the input to an array of booleans.
If the input is a single object, it will be added to an array and returned.
Convert the input to an array of instances of the given class.
If the input is a single object, it will be added to an array and returned.
Convert the input to an array of numbers.
If the input is a single object, it will be added to an array and returned.
Convert the input to an array of strings.
If the input is a single object, it will be added to an array and returned.
Check if a value is an array.
Generated using TypeDoc
Convert the input to an array.
If the input is a single object, it will be added to an array and returned.