Type alias NumberIsh

NumberIsh: string | number | bigint

Represents number, bigint, or string that can be converted to number or bigint. A NumberIsh can be converted to a Fraction by calling new Fraction(numerator: NumberIsh).

Generated using TypeDoc