isXAndY MethodStatic

Type guard for XAndY.

isXAndY(arg: any): arg

note this will return true for an XYAndZ. If you wish to distinguish between the two, call isXYAndZ first.

Parameter Type Description
arg any  

Defined in

Last Updated: 23 April, 2020