Type alias RatioNode

RatioNode: Simplify<{
    _t: "ratio";
    left: number;
    right: number;
} & FileRange>

Generated using TypeDoc