UNPKG
ant-utils
Version:
latest (1.2.0)
1.2.0
1.0.0
Utility for idle games
github.com/scorzy/ant-utils
scorzy/ant-utils
ant-utils
/
types
/
convert-to-roman.d.ts
9 lines
•
253 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
/** * Convert number to roman number format * *
@export
*
@param
{
number
} num, range [1,4999] *
@returns
{
string
} roman format */
export
declare
function
convertToRoman
(
num
:
number
|
Decimal
):
string
;
//# sourceMappingURL=convert-to-roman.d.ts.map