toArray()
Wrapper.prototype.toArray()
Wrapper.prototype.toArray()
Returns an array
consisting of the opening
chars, text
, and closing
chars.
wrapper.class.ts
Return type
readonly [
Opening
,
Text
,
Closing
]
readonly [
Opening
,
Text
,
Closing
]
The return type is a read-only array
of generic type variables in order Opening
, Text
and Closing
.
Returns
The return value is a read-only array
consisting of the opening
chars, text
, and closing
chars.
Example usage
Last updated