Generic type variables
The `Maximum` primitive wrapper object generic type variables
Maximum<
Value
>
Maximum<
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 Maximum
instance.
maximum.class.ts
Last updated