UNPKG

@abaplint/runtime

Version:
6 lines (5 loc) 148 B
import { Integer } from "./types"; export declare class IntegerFactory { private static readonly map; static get(value: number): Integer; }