Accessors

The `Greater` primitive wrapper object accessors

public get [Symbol.toStringTag](): string The get accessor, with the help of toStringTag, changes the default tag to 'Greater' for an instance of Greater.

Last updated