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