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