UNPKG

@abaplint/runtime

Version:
7 lines (6 loc) 132 B
export interface INumeric { set(value: INumeric | number): void; get(): number; clear(): void; clone(): INumeric; }