UNPKG

@types/es-abstract

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