The `Maximum` primitive wrapper object methods
public static create(): Maximum<Value> Creates the Maximum instance with the given primitive value.
Maximum
value
public static isMaximum(): boolean Checks whether the value of anyarrow-up-right type is the Maximum instance of any or the given primitive value.
any
public valueOf(): Value Returns the primitive valuearrow-up-right of a specified Maximum object.
Last updated 2 years ago