@abaplint/runtime
Version:
Transpiler - Runtime
5 lines (4 loc) • 402 B
TypeScript
import { FieldSymbol, Float, Integer, Integer8 } from "../types";
import { ICharacter } from "../types/_character";
import { INumeric } from "../types/_numeric";
export declare function minus(left: INumeric | ICharacter | string | Integer8 | number | Integer | Float | FieldSymbol, right: INumeric | ICharacter | string | Integer8 | number | Integer | Float | FieldSymbol): Integer | Integer8 | Float;