Methods

The `Maximum` primitive wrapper object methods

public static create(): Maximum<Value> Creates the Maximum instance with the given primitive 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.

public valueOf(): Value Returns the primitive valuearrow-up-right of a specified Maximum object.

Last updated

Was this helpful?