uom-types - v0.0.0-development
    Preparing search index...

    Function gt

    • Greater Than: Compare if the first value is greater than the second.

      Type Parameters

      • T extends number

      Parameters

      • a: OperationIO<T>
      • b: OperationIO<T>

      Returns boolean

      a > b

    • Greater Than: Compare if a value is greater than the given value.

      Type Parameters

      • T extends number

      Parameters

      • b: OperationIO<T>

      Returns (a: OperationIO<T>) => boolean

      (a) => a > b