Commit 01263204 authored by wildfirecode's avatar wildfirecode

m

parent b3b8a74f
exports.round = function (num) {
// exports.round = function (num) {
// return Math.round(num)
// }
export function round (num) {
return Math.round(num)
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment