UNPKG

numeric-quantity

Version:

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

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