valibot-schema-roman-numerals
v0.2.0
Published
Valibot schema for Roman numerals
Downloads
3
Maintainers
Readme
valibot-schema-roman-numerals
Valibot schema for Roman numerals.
Installation
# NodeJS
npm install valibot-schema-roman-numerals
# Deno
deno add jsr:@idleberg/valibot-schema-roman-numeralsUsage
import { parse } from "valibot";
import { romanNumeral } from "valibot-schema-roman-numerals";
const output = parse(romanNumeral(), "MCMLXXVI");License
This work is licensed under The MIT License.
