Function reverseParseInterval

  • Convert an interval to its string representation.

    Parameters

    • interval: Interval

      Interval instance to be converted

    • admitBareNumbers: boolean = false

      Interprete bare numbers as n/1 ratios instead of throwing an error.

    • universalMinus: boolean = true

      Allow unary minus operator in front of every line type.

    Returns string

    String representation of the interval.

Generated using TypeDoc