Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • Punctuation

Implements

Index

Constructors

Private constructor

Properties

char

char: string

children

children: Node[] = []

kind

kind: NodeKind = NodeKind.Punctuation

Static Private cache

cache: Map<string, Punctuation> = new Map<string, Punctuation>()

Methods

isFullSize

  • isFullSize(): boolean

needPaddingAfter

  • needPaddingAfter(next: Node): boolean

needPaddingBefore

  • needPaddingBefore(prev: Node): boolean

toMarkdown

  • toMarkdown(): string

Static create

Static is

  • is(char: any): char is string

Generated using TypeDoc