Interface Rational

interface Rational {
    denominator: bigint;
    numerator: bigint;
}

Properties

denominator: bigint
numerator: bigint

Generated using TypeDoc