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