UNPKG

@abaplint/runtime

Version:
3 lines (2 loc) 163 B
import { INumeric } from "../types/_numeric"; export declare function between(left: number | INumeric, and1: number | INumeric, and2: number | INumeric): boolean;