UNPKG

roman-utils

Version:

Package for parsing ints to roman digit and roman digits to ints

3 lines (2 loc) 96 B
export declare const RomanDictionary: Map<any, any>; export declare const romanArray: string[];