Wrapped
Public API
Last updated
Public API
Last updated
The Wrapped
string object represents the immutable wrapped text.
Wrapped.prototype. | Decription |
---|---|
Wrapped. | Description |
---|---|
Wrapped.prototype. | Description |
---|---|
The get
accessor gets the text.
The get
accessor gets the wrapped text primitive value of a specified object.
The property, with the help of toStringTag
of Symbol, changes the default object tag to wrapped
for an instance of the Wrapped
.
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.
Gets wrapped text, the primitive value of a specified object.