@tikoci/centrs
    Preparing search index...

    Function compareRouterOsVersion

    • Compare two RouterOS version strings: negative when a < b, 0 when equal, positive when a > b. An unparseable version sorts below every parseable one (and equal to another unparseable one).

      Parameters

      • a: string
      • b: string

      Returns number