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