UNPKG

@types/es-abstract

Version:
3 lines (2 loc) 111 B
declare function BigIntBitwiseOp(op: "&" | "|" | "^", x: bigint, y: bigint): bigint; export = BigIntBitwiseOp;