RestOrArray
Create a type that can be a rest or an array.
Signature
type RestOrArray<T> = T[] | [ T[]];Members
This export does not declare public properties or methods in the generated declaration file.
Create a type that can be a rest or an array.
type RestOrArray<T> = T[] | [ T[]];This export does not declare public properties or methods in the generated declaration file.