Type Alias IGreaterThanOrEquals<TValue>

IGreaterThanOrEquals: { gte(value: TValue): boolean }

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

Type Parameters

  • TValue

    Type of value being compared to

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

Type declaration