# Maximum {}

- [Overview](/draft/maximum/overview.md): The \`Maximum\` primitive wrapper object
- [Generic type variables](/draft/maximum/generic-type-variables.md): The \`Maximum\` primitive wrapper object generic type variables
- [★ Constructor](/draft/maximum/constructor.md): Creates the Maximum instance of the given primitive value
- [Accessors](/draft/maximum/accessors.md): The \`Maximum\` primitive wrapper object accessors
- [get \[Symbol.toStringTag\]()](/draft/maximum/accessors/get-symbol.tostringtag.md): Changes the default tag to 'Maximum' for an instance
- [Methods](/draft/maximum/methods.md): The \`Maximum\` primitive wrapper object methods
- [static create()](/draft/maximum/methods/static-create.md): Creates the Maximum instance with the given primitive value
- [static isMaximum()](/draft/maximum/methods/static-ismaximum.md): Checks whether the value of any type is the Maximum instance of any or the given primitive value
- [valueOf()](/draft/maximum/methods/valueof.md): Returns the primitive value of a specified Maximum object
