Skip to main content
Module

x/roman/mod.ts>RomanNumeral

🏛️ Convert Numbers to Roman numerals
Latest
class RomanNumeral
import { RomanNumeral } from "https://deno.land/x/roman@v1.1.0/mod.ts";

Represents a Roman Numeral

Constructors

new
RomanNumeral(value: number, symbol: string)