Wrapped() constructor
Wrapped()
Wrapped()constructor(text: Text, wrap: Wrap<Opening, Closing>) {
super(Wrapped.template`${text}${wrap}`);
this.#closing = wrap.closing;
this.#opening = wrap.opening;
this.#text = text;
}Generic type variables
Parameters
Name: type
Description
Returns
Example usage
Last updated