UNPKG

numeric-quantity

Version:

Number parser with support for mixed numbers, vulgar fractions, and Roman numerals

5 lines (4 loc) 127 B
export * from "./constants"; export * from "./numericQuantity"; export * from "./parseRomanNumerals"; export * from "./types";