The `Minimum` primitive wrapper object accessors
public get [Symbol.toStringTag](): string The get accessor, with the help of toStringTag, changes the default tag to 'Minimum' for an instance of Minimum.
get
toStringTag
'Minimum'
Minimum
Last updated 1 year ago