Wrap() constructor
Wrap()
Wrap()
Creates a new instance of the Wrap
with the opening and closing.
wrap.class.ts
Parameters
Name: type
Description
opening: Opening
closing: Closing
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