The `Wrap` primitive wrapper object accessors
public get closing(): Closing The getarrow-up-right accessor gets the closing of the wrap by returning the #closing property of the specified object.
get
#closing
public get opening(): Opening The getarrow-up-right accessor gets the opening of the wrap by returning the #opening property of the specified object.
#opening
public get text(): Text The getarrow-up-right accessor gets the text of the Wrap by returning the #text property of a specified object.
Wrap
#text
public get [Symbol.toStringTag](): string The getarrow-up-right accessor toStringTagarrow-up-right of the Symbolarrow-up-right changes the default tag String of the instance to the custom tag Wrap.
toStringTag
Symbol
String
Last updated 3 years ago