@robonen/stdlib/ArrayableTArrayableA type that can be either a single value or an array of values Source Signaturets Copyexport type Arrayable<T> = T | T[];Type ParametersT