Overview
The `Greater` primitive wrapper object
Last updated
The `Greater` primitive wrapper object
Last updated
Greater {}
The Greater
primitive wrapper object represents the primitive value of the number
type greater than the given.
public get [Symbol.toStringTag](): string
The |
public static isGreater(): value is Greater<Value>
Checks whether the given |
public than(): boolean
Checks whether the primitive value of a specified |
public thanEvery(): boolean
Checks whether the primitive value of a specified |
public thanSome(): boolean
Checks whether the primitive value of a specified |
public valueOf(): Value
Returns the primitive value of a specified |