3 lines
84 B
Plaintext
3 lines
84 B
Plaintext
export var max = Math.max;
|
|
export var min = Math.min;
|
|
export var round = Math.round; |