UNPKG

@abaplint/runtime

Version:
3 lines (2 loc) 100 B
import { Hex, XString } from "../types"; export declare function bitnot(right: XString | Hex): Hex;