Options
All
  • Public
  • Public/Protected
  • All
Menu

Type aliases

Type aliases

NonNullable

NonNullable<U>: Exclude<U, undefined | null>

Remove undefined & null out of U

Type parameters

  • U: any

    to make non-nullable

returns

[[Union]]

example


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