Type Alias IGreaterThan<TValue>

IGreaterThan: { gt(value: TValue): boolean }

Greater-than comparison contract. Implementers support checking if one value is greater/larger/after another.

Type Parameters

  • TValue

    Type of value being compared to

    IMPORT_PATH: "@daiso-tech/core/utilities"

Type declaration