UNPKG

@abaplint/runtime

Version:
6 lines (5 loc) 197 B
import { ICharacter } from "../types/_character"; import { INumeric } from "../types/_numeric"; export declare function trunc(input: { val: number | string | ICharacter | INumeric; }): number;