Options
All
  • Public
  • Public/Protected
  • All
Menu

Type aliases

Type aliases

Match

Match: "default" | "contains->" | "extends->" | "<-contains" | "<-extends" | "equals"

Describes the match strategy when matching types

  • default : extends->
  • contains-> : X contains Y (Contains<X, Y>)
  • extends-> : X extends Y (Extends<X, Y>)
  • <-contains : Y contains X (Contains<Y, X>)
  • <-extends : Y extends X (Extends<Y, X>)
  • equals : X equals Y ((Equals<X, Y>))
  • Inherited
  • Protected
  • Private
  • Static
  • Module
  • Object
  • Property
  • Function
  • Variable
  • Index
  • Type
  • Class
  • Interface
  • Enum
  • Constructor
  • Getter/Setter
Made with ❤️ by pirix-gh. Documentation generated by TypeDoc.