getOpening()
Gets the opening chars of the wrap by returning the #opening property of a specified object.
Wrap.prototype.getOpening()
Wrap.prototype.getOpening()
Gets the opening chars of the wrap by returning the #opening
property of a specified object.
wrap.class.ts
Returns
The return value is opening
chars of a generic type variable Opening
.
Example usage
Last updated