UNPKG

@abaplint/runtime

Version:
5 lines (4 loc) 395 B
import { FieldSymbol, Float, Hex, Integer, Integer8 } from "../types"; import { ICharacter } from "../types/_character"; import { INumeric } from "../types/_numeric"; export declare function add(left: INumeric | ICharacter | string | number | Float | Integer | Hex | FieldSymbol, right: INumeric | ICharacter | string | number | Float | Integer | Hex | FieldSymbol): Integer | Integer8 | Float;