isXAndY MethodStatic

Type guard for XAndY.

isXAndY(arg: any): boolean

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: 08 January, 2020