Instance accessors
The properties of `Wrap` the string object.
Public
Wrap.prototype.closing
Wrap.prototype.closingpublic get closing(): Closing {
return this.#closing;
}Returns
Example usage
// Example usage.
import { Wrap } from '@angular-package/text';
// Returns ] of type "]".
new Wrap(`[`, `]`, 'quote').closing;Wrap.prototype.opening
Wrap.prototype.openingReturns
Example usage
Wrap.prototype.text
Wrap.prototype.textReturns
Example usage
[Symbol.toStringTag]
[Symbol.toStringTag]Example usage
Last updated