@sealed

Tag Kind: Modifier
TSDoc Reference: @sealed

TypeDoc parses the @sealed tag for compatibility with TSDoc, but does not attach any meaning to it's use.

export class Visibility {
/** @sealed */
newBehavior(): void;
}