The `Maximum` primitive wrapper object accessors
public get [Symbol.toStringTag](): string The getarrow-up-right accessor, with the help of toStringTagarrow-up-right, changes the default tag to 'Maximum' for an instance of Maximum.
get
toStringTag
'Maximum'
Maximum
Last updated 3 years ago