Function: romanize()


# Function: romanize()

romanize(value): string

Quick helper function that will help you convert a number to a roman numeral for display purposes.

# Parameters

value: number

The number you want to convert to a roman numeral.

# Returns

string