UNPKG

@abaplint/runtime

Version:
4 lines (3 loc) 194 B
import { Hex, XString } from "../types"; export declare function hexToBinary(input: Hex | XString): string; export declare function m(operand1: Hex | XString, operand2: Hex | XString): boolean;