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