True if this object is equal to the one provided.
True if this object is greater than the one provided.
True if this object is greater than or equal to the one provided.
True if this object is less than the one provided.
True if this object is less than or equal to the one provided.
Generated using TypeDoc
A type that is passed another IntType to reference and will not allow mutations to it.
Maybe it would be best to use a proxy? Unsure of how in TS...