export declare function normalizeArray<ItemType>(arr: RestOrArray<ItemType>): ItemType[];
Normalizes data that is a rest parameter or an array into an array with a depth of 1.
Type Parameters
ItemType
Parameters
RestOrArray<ItemType> arr:
The (possibly variadic) data to normalize