Instance methods
Public
Wrap.prototype.getClosing()
Wrap.prototype.getClosing()public getClosing(): Closing {
return this.#closing;
}Returns
Wrap.prototype.getOpening()
Wrap.prototype.getOpening()public getOpening(): Opening {
return this.#opening;
}Returns
Wrap.prototype.getWrap()
Wrap.prototype.getWrap()Returns
Wrap.prototype.valueOf()
Wrap.prototype.valueOf()Returns
Last updated