lessThanSome()
Checks whether the primitive value of a child class is less than some given values
Inequality.prototype.lessThanSome()
Inequality.prototype.lessThanSome()public greaterThanSome(...values: number[]): boolean {
return this.#greater.thanSome(...values);
}Parameters
Return type
Returns
Example usage
Last updated