Overview
The `Minimum` primitive wrapper object
Minimum {}
Minimum {}minimum.class.tsInequality.class.tsAccessors
Methods
Last updated
The `Minimum` primitive wrapper object
Minimum {}The Minimum primitive wrapper object extended by the Inequality abstract primitive wrapper object represents the minimum number greater or less than the given.
minimum.class.tsInequality.class.tspublic get [Symbol.toStringTag](): string
The get accessor, with the help of toStringTag, changes the default tag to 'Minimum' for an instance of Minimum.
public static isMinimum(): boolean
Checks the provided value of any type whether is an instance of Minimum of any or the given min.
public valueOf(): Value
Returns the primitive value of the generic type variable Value of the specified Minimum object.
Last updated