Skip to content

Utility functions for parsing and converting roman numerals

License

Notifications You must be signed in to change notification settings

HylianBasement/rbx-roman-numerals

Repository files navigation

Roman numerals

Lightweight utility functions that makes easier to work with roman numerals.

import { parse, toNumeral } from "@rbxts/roman-numerals";

parse("LXIX"); // 69
toNumeral(3999); // "MMMCMXCIX"

About

Utility functions for parsing and converting roman numerals

Resources

License

Stars

Watchers

Forks

Releases

No releases published