Wrapped
Public API
The Wrapped
string object represents the immutable wrapped text.
Instance accessors
Wrapped.prototype.
Decription
The property, with the help of toStringTag
of Symbol, changes the default object tag to wrapped
for an instance of the Wrapped
.
Static methods
Wrapped.
Description
The static method checks whether the provided value
of any type is an instance of Wrapped
.
The static "tag" method builds the wrapped text of a string
type on the template.
Instance methods
Last updated