Skip to content

ComparisonFor

@algorandfoundation/algorand-typescript


@algorandfoundation/algorand-typescript / index / <internal> / ComparisonFor

Type Alias: ComparisonFor<T>

ComparisonFor<T>: T extends uint64 | biguint ? NumericComparison<T> : T

Defined in: packages/algo-ts/src/util.ts:71

Returns compatible comparison expressions for a type T

Type Parameters

T

The type requiring comparison