@abaplint/runtime 2.7.90 → 2.7.91
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/src/abap_regex.d.ts +4 -0
- package/build/src/binary_search.d.ts +7 -0
- package/build/src/builtin/abs.d.ts +5 -0
- package/build/src/builtin/boolc.d.ts +4 -0
- package/build/src/builtin/ceil.d.ts +5 -0
- package/build/src/builtin/concat_lines_of.d.ts +7 -0
- package/build/src/builtin/condense.d.ts +9 -0
- package/build/src/builtin/contains.d.ts +15 -0
- package/build/src/builtin/cos.d.ts +5 -0
- package/build/src/builtin/count.d.ts +12 -0
- package/build/src/builtin/count_any_of.d.ts +8 -0
- package/build/src/builtin/escape.d.ts +7 -0
- package/build/src/builtin/find.d.ts +13 -0
- package/build/src/builtin/floor.d.ts +5 -0
- package/build/src/builtin/frac.d.ts +6 -0
- package/build/src/builtin/index.d.ts +54 -0
- package/build/src/builtin/insert.d.ts +9 -0
- package/build/src/builtin/ipow.d.ts +6 -0
- package/build/src/builtin/lines.d.ts +4 -0
- package/build/src/builtin/match.d.ts +5 -0
- package/build/src/builtin/matches.d.ts +6 -0
- package/build/src/builtin/nmax.d.ts +14 -0
- package/build/src/builtin/nmin.d.ts +14 -0
- package/build/src/builtin/numofchar.d.ts +5 -0
- package/build/src/builtin/repeat.d.ts +6 -0
- package/build/src/builtin/replace.d.ts +13 -0
- package/build/src/builtin/reverse.d.ts +5 -0
- package/build/src/builtin/round.d.ts +8 -0
- package/build/src/builtin/segment.d.ts +8 -0
- package/build/src/builtin/shift_left.d.ts +9 -0
- package/build/src/builtin/shift_right.d.ts +9 -0
- package/build/src/builtin/sign.d.ts +5 -0
- package/build/src/builtin/sin.d.ts +5 -0
- package/build/src/builtin/sqrt.d.ts +5 -0
- package/build/src/builtin/strlen.d.ts +5 -0
- package/build/src/builtin/substring.d.ts +8 -0
- package/build/src/builtin/substring_after.d.ts +6 -0
- package/build/src/builtin/substring_before.d.ts +6 -0
- package/build/src/builtin/sy.d.ts +2 -0
- package/build/src/builtin/tan.d.ts +5 -0
- package/build/src/builtin/to_lower.d.ts +4 -0
- package/build/src/builtin/to_mixed.d.ts +9 -0
- package/build/src/builtin/to_upper.d.ts +4 -0
- package/build/src/builtin/translate.d.ts +6 -0
- package/build/src/builtin/trunc.d.ts +5 -0
- package/build/src/builtin/xstrlen.d.ts +5 -0
- package/build/src/classic_error.d.ts +6 -0
- package/build/src/clone.d.ts +1 -0
- package/build/src/compare/assigned.d.ts +2 -0
- package/build/src/compare/between.d.ts +2 -0
- package/build/src/compare/ca.d.ts +4 -0
- package/build/src/compare/cn.d.ts +3 -0
- package/build/src/compare/co.d.ts +4 -0
- package/build/src/compare/cp.d.ts +4 -0
- package/build/src/compare/cs.d.ts +3 -0
- package/build/src/compare/eq.d.ts +4 -0
- package/build/src/compare/ge.d.ts +3 -0
- package/build/src/compare/gt.d.ts +4 -0
- package/build/src/compare/in.d.ts +4 -0
- package/build/src/compare/index.d.ts +22 -0
- package/build/src/compare/initial.d.ts +4 -0
- package/build/src/compare/instance_of.d.ts +2 -0
- package/build/src/compare/le.d.ts +3 -0
- package/build/src/compare/lt.d.ts +4 -0
- package/build/src/compare/m.d.ts +3 -0
- package/build/src/compare/na.d.ts +3 -0
- package/build/src/compare/ne.d.ts +3 -0
- package/build/src/compare/np.d.ts +3 -0
- package/build/src/compare/ns.d.ts +3 -0
- package/build/src/compare/o.d.ts +2 -0
- package/build/src/compare/z.d.ts +2 -0
- package/build/src/console/console.d.ts +7 -0
- package/build/src/console/memory_console.d.ts +9 -0
- package/build/src/console/standard_out_console.d.ts +9 -0
- package/build/src/context.d.ts +13 -0
- package/build/src/db/db.d.ts +55 -0
- package/build/src/expand_dynamic.d.ts +2 -0
- package/build/src/expand_in.d.ts +2 -0
- package/build/src/index.d.ts +67 -0
- package/build/src/offset_length.d.ts +16 -0
- package/build/src/operators/_bit_operations.d.ts +6 -0
- package/build/src/operators/_parse.d.ts +4 -0
- package/build/src/operators/add.d.ts +4 -0
- package/build/src/operators/bit-and.d.ts +2 -0
- package/build/src/operators/bit-not.d.ts +2 -0
- package/build/src/operators/bit-or.d.ts +2 -0
- package/build/src/operators/bit-xor.d.ts +2 -0
- package/build/src/operators/concat.d.ts +4 -0
- package/build/src/operators/div.d.ts +4 -0
- package/build/src/operators/divide.d.ts +4 -0
- package/build/src/operators/index.d.ts +12 -0
- package/build/src/operators/minus.d.ts +4 -0
- package/build/src/operators/mod.d.ts +4 -0
- package/build/src/operators/multiply.d.ts +4 -0
- package/build/src/operators/power.d.ts +4 -0
- package/build/src/prefix.d.ts +1 -0
- package/build/src/rfc.d.ts +25 -0
- package/build/src/statements/append.d.ts +13 -0
- package/build/src/statements/assert.d.ts +1 -0
- package/build/src/statements/assign.d.ts +12 -0
- package/build/src/statements/call_function.d.ts +16 -0
- package/build/src/statements/call_transaction.d.ts +1 -0
- package/build/src/statements/cast.d.ts +2 -0
- package/build/src/statements/clear.d.ts +4 -0
- package/build/src/statements/collect.d.ts +3 -0
- package/build/src/statements/commit.d.ts +1 -0
- package/build/src/statements/concatenate.d.ts +11 -0
- package/build/src/statements/condense.d.ts +4 -0
- package/build/src/statements/convert.d.ts +14 -0
- package/build/src/statements/create_data.d.ts +17 -0
- package/build/src/statements/delete_database.d.ts +13 -0
- package/build/src/statements/delete_internal.d.ts +12 -0
- package/build/src/statements/describe.d.ts +13 -0
- package/build/src/statements/find.d.ts +17 -0
- package/build/src/statements/get_bit.d.ts +4 -0
- package/build/src/statements/get_locale.d.ts +2 -0
- package/build/src/statements/get_parameter.d.ts +2 -0
- package/build/src/statements/get_run_time.d.ts +2 -0
- package/build/src/statements/get_time.d.ts +9 -0
- package/build/src/statements/index.d.ts +106 -0
- package/build/src/statements/insert_database.d.ts +13 -0
- package/build/src/statements/insert_internal.d.ts +14 -0
- package/build/src/statements/loop.d.ts +15 -0
- package/build/src/statements/message.d.ts +17 -0
- package/build/src/statements/modify_database.d.ts +12 -0
- package/build/src/statements/modify_internal.d.ts +9 -0
- package/build/src/statements/move_corresponding.d.ts +2 -0
- package/build/src/statements/overlay.d.ts +3 -0
- package/build/src/statements/raise_event.d.ts +1 -0
- package/build/src/statements/read_report.d.ts +8 -0
- package/build/src/statements/read_table.d.ts +27 -0
- package/build/src/statements/receive.d.ts +9 -0
- package/build/src/statements/replace.d.ts +14 -0
- package/build/src/statements/rollback.d.ts +1 -0
- package/build/src/statements/select.d.ts +8 -0
- package/build/src/statements/set_bit.d.ts +4 -0
- package/build/src/statements/set_handler.d.ts +3 -0
- package/build/src/statements/set_locale.d.ts +2 -0
- package/build/src/statements/shift.d.ts +12 -0
- package/build/src/statements/sort.d.ts +10 -0
- package/build/src/statements/split.d.ts +9 -0
- package/build/src/statements/translate.d.ts +2 -0
- package/build/src/statements/update_database.d.ts +14 -0
- package/build/src/statements/wait.d.ts +5 -0
- package/build/src/statements/write.d.ts +17 -0
- package/build/src/template_formatting.d.ts +14 -0
- package/build/src/throw_error.d.ts +1 -0
- package/build/src/types/_abstract_type_data.d.ts +5 -0
- package/build/src/types/_character.d.ts +11 -0
- package/build/src/types/_date_helper.d.ts +2 -0
- package/build/src/types/_numeric.d.ts +5 -0
- package/build/src/types/abap_object.d.ts +14 -0
- package/build/src/types/character.d.ts +27 -0
- package/build/src/types/data_reference.d.ts +29 -0
- package/build/src/types/date.d.ts +20 -0
- package/build/src/types/decfloat34.d.ts +11 -0
- package/build/src/types/field_symbol.d.ts +32 -0
- package/build/src/types/float.d.ts +15 -0
- package/build/src/types/hex.d.ts +20 -0
- package/build/src/types/index.d.ts +18 -0
- package/build/src/types/integer.d.ts +15 -0
- package/build/src/types/integer8.d.ts +16 -0
- package/build/src/types/numc.d.ts +21 -0
- package/build/src/types/packed.d.ts +19 -0
- package/build/src/types/string.d.ts +19 -0
- package/build/src/types/structure.d.ts +31 -0
- package/build/src/types/table.d.ts +114 -0
- package/build/src/types/time.d.ts +20 -0
- package/build/src/types/utc_long.d.ts +18 -0
- package/build/src/types/xstring.d.ts +18 -0
- package/build/src/unit_test.d.ts +26 -0
- package/package.json +1 -1
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { ICharacter } from "./types/_character";
|
|
2
|
+
import { INumeric } from "./types/_numeric";
|
|
3
|
+
/** input indexes = javascript indexes,
|
|
4
|
+
output index = javascript index */
|
|
5
|
+
export declare function binarySearchFromRow(array: readonly any[], left: number, right: number, keyField: (i: any) => any, keyValue: INumeric | ICharacter, usesTableLine: boolean | undefined): number;
|
|
6
|
+
export declare function binarySearchFrom(array: readonly any[], left: number, right: number, keyField: string, keyValue: INumeric | ICharacter): number;
|
|
7
|
+
export declare function binarySearchTo(array: readonly any[], left: number, right: number, keyField: string, keyValue: INumeric | ICharacter): number;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { String } from "../types";
|
|
2
|
+
import { ICharacter } from "../types/_character";
|
|
3
|
+
import { INumeric } from "../types/_numeric";
|
|
4
|
+
export declare function condense(input: {
|
|
5
|
+
val: ICharacter | INumeric | string;
|
|
6
|
+
from?: ICharacter | string;
|
|
7
|
+
to?: ICharacter | string;
|
|
8
|
+
del?: ICharacter | string;
|
|
9
|
+
}): String;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { String } from "../types";
|
|
2
|
+
import { ICharacter } from "../types/_character";
|
|
3
|
+
import { INumeric } from "../types/_numeric";
|
|
4
|
+
export type ContainsInput = {
|
|
5
|
+
val: ICharacter;
|
|
6
|
+
regex?: ICharacter;
|
|
7
|
+
sub?: ICharacter;
|
|
8
|
+
start?: ICharacter;
|
|
9
|
+
end?: ICharacter;
|
|
10
|
+
case?: ICharacter;
|
|
11
|
+
off?: INumeric;
|
|
12
|
+
len?: INumeric;
|
|
13
|
+
occ?: INumeric;
|
|
14
|
+
};
|
|
15
|
+
export declare function contains(input: ContainsInput): String;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { Integer } from "../types";
|
|
2
|
+
import { ICharacter } from "../types/_character";
|
|
3
|
+
import { INumeric } from "../types/_numeric";
|
|
4
|
+
export type countInput = {
|
|
5
|
+
val: ICharacter;
|
|
6
|
+
sub: ICharacter;
|
|
7
|
+
regex?: ICharacter;
|
|
8
|
+
case?: ICharacter;
|
|
9
|
+
len?: INumeric;
|
|
10
|
+
off?: INumeric;
|
|
11
|
+
};
|
|
12
|
+
export declare function count(input: countInput): Integer;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { Integer } from "../types";
|
|
2
|
+
import { ICharacter } from "../types/_character";
|
|
3
|
+
import { INumeric } from "../types/_numeric";
|
|
4
|
+
export interface IFindInput {
|
|
5
|
+
val: ICharacter | string;
|
|
6
|
+
sub?: ICharacter | string;
|
|
7
|
+
off?: INumeric | number;
|
|
8
|
+
occ?: INumeric | number;
|
|
9
|
+
len?: INumeric | number;
|
|
10
|
+
regex?: ICharacter | string;
|
|
11
|
+
case?: ICharacter | string;
|
|
12
|
+
}
|
|
13
|
+
export declare function find(input: IFindInput): Integer;
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
import { Character } from "../types";
|
|
2
|
+
export * from "./abs";
|
|
3
|
+
export * from "./boolc";
|
|
4
|
+
export * from "./ceil";
|
|
5
|
+
export * from "./concat_lines_of";
|
|
6
|
+
export * from "./condense";
|
|
7
|
+
export * from "./contains";
|
|
8
|
+
export * from "./cos";
|
|
9
|
+
export * from "./count_any_of";
|
|
10
|
+
export * from "./count";
|
|
11
|
+
export * from "./escape";
|
|
12
|
+
export * from "./find";
|
|
13
|
+
export * from "./floor";
|
|
14
|
+
export * from "./frac";
|
|
15
|
+
export * from "./insert";
|
|
16
|
+
export * from "./ipow";
|
|
17
|
+
export * from "./lines";
|
|
18
|
+
export * from "./match";
|
|
19
|
+
export * from "./matches";
|
|
20
|
+
export * from "./nmax";
|
|
21
|
+
export * from "./nmin";
|
|
22
|
+
export * from "./numofchar";
|
|
23
|
+
export * from "./repeat";
|
|
24
|
+
export * from "./replace";
|
|
25
|
+
export * from "./reverse";
|
|
26
|
+
export * from "./round";
|
|
27
|
+
export * from "./segment";
|
|
28
|
+
export * from "./shift_right";
|
|
29
|
+
export * from "./shift_left";
|
|
30
|
+
export * from "./sign";
|
|
31
|
+
export * from "./sin";
|
|
32
|
+
export * from "./sqrt";
|
|
33
|
+
export * from "./strlen";
|
|
34
|
+
export * from "./substring_after";
|
|
35
|
+
export * from "./substring_before";
|
|
36
|
+
export * from "./substring";
|
|
37
|
+
export * from "./sy";
|
|
38
|
+
export * from "./tan";
|
|
39
|
+
export * from "./to_lower";
|
|
40
|
+
export * from "./to_mixed";
|
|
41
|
+
export * from "./to_upper";
|
|
42
|
+
export * from "./translate";
|
|
43
|
+
export * from "./trunc";
|
|
44
|
+
export * from "./xstrlen";
|
|
45
|
+
export declare const abap_true: Character;
|
|
46
|
+
export declare const abap_false: Character;
|
|
47
|
+
export declare const abap_undefined: Character;
|
|
48
|
+
export declare const space: Character;
|
|
49
|
+
export declare const $_backspace: Character;
|
|
50
|
+
export declare const $_cr_lf: Character;
|
|
51
|
+
export declare const $_formfeed: Character;
|
|
52
|
+
export declare const $_horizontal_tab: Character;
|
|
53
|
+
export declare const $_newline: Character;
|
|
54
|
+
export declare const $_vertical_tab: Character;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { String } from "../types";
|
|
2
|
+
import { ICharacter } from "../types/_character";
|
|
3
|
+
import { INumeric } from "../types/_numeric";
|
|
4
|
+
export interface IInsertInput {
|
|
5
|
+
val: ICharacter;
|
|
6
|
+
sub: ICharacter;
|
|
7
|
+
off?: INumeric;
|
|
8
|
+
}
|
|
9
|
+
export declare function insert(input: IInsertInput): String;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { INumeric } from "../types/_numeric";
|
|
2
|
+
import { Float } from "../types";
|
|
3
|
+
export interface INmaxInput {
|
|
4
|
+
val1: number | INumeric;
|
|
5
|
+
val2: number | INumeric;
|
|
6
|
+
val3?: number | INumeric;
|
|
7
|
+
val4?: number | INumeric;
|
|
8
|
+
val5?: number | INumeric;
|
|
9
|
+
val6?: number | INumeric;
|
|
10
|
+
val7?: number | INumeric;
|
|
11
|
+
val8?: number | INumeric;
|
|
12
|
+
val9?: number | INumeric;
|
|
13
|
+
}
|
|
14
|
+
export declare function nmax(input: INmaxInput): Float;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { INumeric } from "../types/_numeric";
|
|
2
|
+
import { Float } from "../types";
|
|
3
|
+
export interface INminInput {
|
|
4
|
+
val1: number | INumeric;
|
|
5
|
+
val2: number | INumeric;
|
|
6
|
+
val3?: number | INumeric;
|
|
7
|
+
val4?: number | INumeric;
|
|
8
|
+
val5?: number | INumeric;
|
|
9
|
+
val6?: number | INumeric;
|
|
10
|
+
val7?: number | INumeric;
|
|
11
|
+
val8?: number | INumeric;
|
|
12
|
+
val9?: number | INumeric;
|
|
13
|
+
}
|
|
14
|
+
export declare function nmin(input: INminInput): Float;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { ICharacter } from "../types/_character";
|
|
2
|
+
import { INumeric } from "../types/_numeric";
|
|
3
|
+
import { String } from "../types/string";
|
|
4
|
+
export interface IReplaceInput {
|
|
5
|
+
val: string | ICharacter;
|
|
6
|
+
sub?: string | ICharacter;
|
|
7
|
+
with?: string | ICharacter;
|
|
8
|
+
regex?: string | ICharacter;
|
|
9
|
+
off?: INumeric;
|
|
10
|
+
len?: INumeric;
|
|
11
|
+
occ?: INumeric;
|
|
12
|
+
}
|
|
13
|
+
export declare function replace(input: IReplaceInput): String;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { Float } from "../types";
|
|
2
|
+
import { ICharacter } from "../types/_character";
|
|
3
|
+
import { INumeric } from "../types/_numeric";
|
|
4
|
+
export declare function round(input: {
|
|
5
|
+
val: ICharacter | string;
|
|
6
|
+
dec: INumeric | number;
|
|
7
|
+
mode?: INumeric | number;
|
|
8
|
+
}): Float;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { String } from "../types";
|
|
2
|
+
import { ICharacter } from "../types/_character";
|
|
3
|
+
import { INumeric } from "../types/_numeric";
|
|
4
|
+
export declare function segment(input: {
|
|
5
|
+
val: ICharacter | string;
|
|
6
|
+
index: INumeric | number;
|
|
7
|
+
sep: ICharacter | string;
|
|
8
|
+
}): String;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { ICharacter } from "../types/_character";
|
|
2
|
+
import { INumeric } from "../types/_numeric";
|
|
3
|
+
export interface IShiftLeftInput {
|
|
4
|
+
val: ICharacter | string;
|
|
5
|
+
sub?: ICharacter | string;
|
|
6
|
+
places?: ICharacter | INumeric | string;
|
|
7
|
+
circular?: INumeric;
|
|
8
|
+
}
|
|
9
|
+
export declare function shift_left(input: IShiftLeftInput): ICharacter;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { ICharacter } from "../types/_character";
|
|
2
|
+
import { INumeric } from "../types/_numeric";
|
|
3
|
+
export interface IShiftRight {
|
|
4
|
+
val: ICharacter | string;
|
|
5
|
+
sub?: ICharacter | string;
|
|
6
|
+
places?: ICharacter | INumeric | string;
|
|
7
|
+
circular?: INumeric;
|
|
8
|
+
}
|
|
9
|
+
export declare function shift_right(input: IShiftRight): ICharacter;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { ICharacter } from "../types/_character";
|
|
2
|
+
import { INumeric } from "../types/_numeric";
|
|
3
|
+
export interface ISubstringInput {
|
|
4
|
+
val: ICharacter | string;
|
|
5
|
+
off?: INumeric;
|
|
6
|
+
len?: INumeric;
|
|
7
|
+
}
|
|
8
|
+
export declare function substring(input: ISubstringInput): ICharacter;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { String } from "../types";
|
|
2
|
+
import { ICharacter } from "../types/_character";
|
|
3
|
+
import { INumeric } from "../types/_numeric";
|
|
4
|
+
export declare function to_mixed(input: {
|
|
5
|
+
val: ICharacter | string;
|
|
6
|
+
sep?: ICharacter | string;
|
|
7
|
+
case?: ICharacter | string;
|
|
8
|
+
min?: INumeric | number;
|
|
9
|
+
}): String;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare function clone<T>(obj: T): T;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { ABAPObject, FieldSymbol, Float, HashedTable, String, Hex, Structure, Table } from "../types";
|
|
2
|
+
import { ICharacter } from "../types/_character";
|
|
3
|
+
import { INumeric } from "../types/_numeric";
|
|
4
|
+
export declare function eq(left: number | string | ICharacter | INumeric | Float | String | ABAPObject | Structure | Hex | HashedTable | Table | FieldSymbol, right: number | string | ICharacter | INumeric | Float | String | ABAPObject | Structure | Hex | HashedTable | Table | FieldSymbol): boolean;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { ABAPObject, HashedTable, Structure, Table } from "../types";
|
|
2
|
+
import { ICharacter } from "../types/_character";
|
|
3
|
+
import { INumeric } from "../types/_numeric";
|
|
4
|
+
export declare function gt(left: number | string | ICharacter | INumeric | ABAPObject | Structure | Table | HashedTable, right: number | string | ICharacter | INumeric | ABAPObject | Structure | Table | HashedTable): boolean;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
export * from "./assigned";
|
|
2
|
+
export * from "./between";
|
|
3
|
+
export * from "./ca";
|
|
4
|
+
export * from "./cn";
|
|
5
|
+
export * from "./co";
|
|
6
|
+
export * from "./cp";
|
|
7
|
+
export * from "./cs";
|
|
8
|
+
export * from "./eq";
|
|
9
|
+
export * from "./ge";
|
|
10
|
+
export * from "./gt";
|
|
11
|
+
export * from "./initial";
|
|
12
|
+
export * from "./instance_of";
|
|
13
|
+
export * from "./le";
|
|
14
|
+
export * from "./lt";
|
|
15
|
+
export * from "./m";
|
|
16
|
+
export * from "./na";
|
|
17
|
+
export * from "./ne";
|
|
18
|
+
export * from "./np";
|
|
19
|
+
export * from "./ns";
|
|
20
|
+
export * from "./o";
|
|
21
|
+
export * from "./z";
|
|
22
|
+
export { compareIn as in } from "./in";
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { ABAPObject, DataReference, FieldSymbol, Structure, Table } from "../types";
|
|
2
|
+
import { ICharacter } from "../types/_character";
|
|
3
|
+
import { INumeric } from "../types/_numeric";
|
|
4
|
+
export declare function initial(val: ICharacter | INumeric | string | number | Structure | DataReference | FieldSymbol | Table | ABAPObject): boolean;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { ABAPObject, Structure, Table } from "../types";
|
|
2
|
+
import { ICharacter } from "../types/_character";
|
|
3
|
+
import { INumeric } from "../types/_numeric";
|
|
4
|
+
export declare function lt(left: number | string | ICharacter | INumeric | ABAPObject | Structure | Table, right: number | string | ICharacter | INumeric | ABAPObject | Structure | Table): boolean;
|