2025-12-23 19:12:15 +00:00

3 lines
84 B
JavaScript

export var max = Math.max;
export var min = Math.min;
export var round = Math.round;