Added NumberUtils extensions
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
@file:JvmName("NumberUtilsExtensions")
|
||||
|
||||
package com.willfp.eco.util
|
||||
|
||||
/**
|
||||
* @see NumberUtils.toNumeral
|
||||
*/
|
||||
fun Number.toNumeral(): String =
|
||||
NumberUtils.toNumeral(this.toInt())
|
||||
Reference in New Issue
Block a user