UNPKG

@types/es-abstract

Version:
3 lines (2 loc) 75 B
declare function BinaryXor(x: 0 | 1, y: 0 | 1): 0 | 1; export = BinaryXor;