UNPKG

@abaplint/runtime

Version:
5 lines (4 loc) 353 B
import { ABAPObject, DataReference, FieldSymbol, Integer8, Structure, Table } from "../types"; import { ICharacter } from "../types/_character"; import { INumeric } from "../types/_numeric"; export declare function initial(val: ICharacter | INumeric | string | number | Integer8 | Structure | DataReference | FieldSymbol | Table | ABAPObject): boolean;