# Greater {}

- [Overview](/greater/overview.md): The \`Greater\` primitive wrapper object
- [Generic type variables](/greater/generic-type-variables.md): The \`Greater\` primitive wrapper object generic type variables
- [★ Constructor](/greater/constructor.md): The \`Greater\` primitive wrapper object constructor
- [Accessors](/greater/accessors.md): The \`Greater\` primitive wrapper object accessors
- [get \[Symbol.toStringTag\]()](/greater/accessors/get-symbol.tostringtag.md): Changes the default tag to 'Greater' for an instance
- [Methods](/greater/methods.md): The \`Greater\` primitive wrapper object methods
- [static create()](/greater/methods/static-create.md): Creates the Greater instance with the given primitive value.
- [static isGreater()](/greater/methods/static-isgreater.md): Checks whether the given value is the Greater instance of any or given primitive value
- [than()](/greater/methods/than.md): Checks whether the primitive value of a specified object is greater than the given value
- [thanEvery()](/greater/methods/thanevery.md): Checks whether the primitive value of a specified object is greater than every value of the given values
- [thanSome()](/greater/methods/thansome.md): Checks whether the primitive value of a specified object is greater than some given values
- [valueOf()](/greater/methods/valueof.md): Returns the primitive value of a specified object
