Instance methods
Public
Wrapped.prototype.unwrap()
Wrapped.prototype.unwrap()
Returns an unwrapped text, without the opening, and closing character of the wrap.
Example usage
Wrapped.prototype.valueOf()
Wrapped.prototype.valueOf()
Gets wrapped text, the primitive value of a specified object.
Returns
The return value is a generic type WrappedText
, or an empty string
.
Example usage
Last updated