Generic type variables
The `Greater` primitive wrapper object generic type variables
Greater<
Value
>
Greater<
Value
>
A generic type variable constrained by the number
, by default of the value captured from the supplied value
indicates the primitive value type of a new Greater
instance.
greater.class.ts
Last updated