toString()
Wrap.prototype.toString()
Wrap.prototype.toString()
Gets the wrap, the primitive value of a specified Wrap
object.
wrap.class.ts
Return type
${Opening}${Text}${Closing}
${Opening}${Text}${Closing}
The return type is the template literal of generic type variables in order Opening
, Text
and Closing
.
Returns
The return value is the wrap of generic type variables in order Opening
, Text
, and Closing
on the template.
Example usage
Last updated