UNPKG

@fancyapps/ui

Version:

Robust JavaScript UI Component Library

5 lines (4 loc) 178 B
/** * Round half up; to be more specific and to ensure things like 1.005 round correctly */ export declare const round: (value: number | string, precision?: number) => number;