Skip to main content
Module

x/roman/mod.ts

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

This module is browser compatible.

Convert numbers to Roman numerals.

https://github.com/UltiRequiem/roman.js

https://ulti.js.org/roman.js

Copyright (c) Eliaz Bobadilla.

Released under the MIT License.

Classes

Represents a Roman Numeral

Functions

Asserts a number can be represented in Roman numerals.

Convers a Roman Numeral to number.

Convers a number to a Roman Numeral.