Options
All
  • Public
  • Public/Protected
  • All
Menu

Defines a logical operator that verifies the given parameter to extend TExtendee. Defines true if TExtender is assignable to TExtendee, otherwise false.

remarks

It verifies that you may physically assign a value of type TExtender to TExtendee. That's why union types with excess members that are not assignable to TExtendee will evaluate to false.

Type parameters

  • TExtendee
  • TExtender

    Type to check for covariance with TExtendee.

  • TExtendee

    Type to check for contravariance with TExtender.

Hierarchy

  • Extends
  • 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.