Methods
The `Less` primitive wrapper object accessors methods
Last updated
Was this helpful?
The `Less` primitive wrapper object accessors methods
Last updated
Was this helpful?
public than(): boolean
Checks whether the primitive value of a specified object
is less than the given .
public thanEvery(): boolean
Checks whether the primitive value of a specified object
is less than every value of the given values
.
public thanSome(): boolean
Checks whether the primitive value of a specified object
is less than some given .
public valueOf(): Value
Returns the primitive value of a specified object
.