UNPKG

@abaplint/runtime

Version:
5 lines (4 loc) 254 B
import { Hex, HexUInt8, XString } from "../types"; import { ICharacter } from "../types/_character"; import { INumeric } from "../types/_numeric"; export declare function getBit(number: INumeric, hex: XString | Hex | HexUInt8, output: ICharacter): void;