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).
NumberIsh
new Fraction(numerator: NumberIsh)
Generated using TypeDoc
Represents number, bigint, or string that can be converted to number or bigint. A
NumberIsh
can be converted to a Fraction by callingnew Fraction(numerator: NumberIsh)
.