Wrapped() constructor
Wrapped()
Wrapped()
Creates a new instance of Wrapped
with the specified text and wrap.
wrapped.class.ts
Generic type variables |
---|
Parameters
Name: type | Description |
---|---|
| The value of a generic type variable |
| An instance of |
Returns
The return value is a new instance of Wrapped
with the primitive value of the provided text
if set properly, otherwise with an empty string
.
Example usage
Last updated