Wrap() constructor
Wrap()
Wrap()
Creates a new instance of the Wrap
with the opening and closing.
wrap.class.ts
Parameters
Name: type | Description |
---|---|
| The wrap opening of a generic type variable |
| The wrap closing of a generic type variable |
Returns
The return value is a new instance of Wrap
with the primitive value of the provided opening
and closing
if set properly, otherwise with an empty string
.
Usage
Last updated