NonNumericComparison
Algorand TypeScript / index / <internal> / NonNumericComparison
NonNumericComparison<
T> =T| {not:T; }
Defined in: util.ts:76
Defines possible comparison expressions for non-numeric types
Type Parameters
Section titled “Type Parameters”T
Type declaration
Section titled “Type declaration”T
{ not: T; }
not:
T
Is the subject not equal to the specified value