Global

Type Definitions

FlattedElement<T>

Source:
Type:
  • T extends any[] ? never : T

IArrayFormat<T>

Source:
Properties:
length: number
[index: number]: T
Type:
  • TSInterface

IEventMap

Source:
Properties:
[name: string]: Event
Type:
  • TSInterface

IObject<T>

Source:
Properties:
[name: string]: T
Type:
  • TSInterface

OpenCloseCharacter

Source:
Properties:
open: string
close: string
ignore optional
ignore?: RegExp
Type:
  • TSInterface