# Minimum {}

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