Functions
Const checkArrayOrTupleType
- checkArrayOrTupleType(variable: any[], types: Function[]): boolean
-
Parameters
-
variable: any[]
-
types: Function[]
Returns boolean
Const matchType
- matchType<T>(variable: T, type: Function | Function[]): boolean
-
Type parameters
Parameters
-
variable: T
-
type: Function | Function[]
Returns boolean