TypeArray
Signature
export type TypeArray<T> = T | T[];Members
This export does not declare public properties or methods in the generated declaration file.
export type TypeArray<T> = T | T[];This export does not declare public properties or methods in the generated declaration file.