Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "Union/NonNullable"

Index

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

Made with ❤️ by pirix-gh. Documentation generated by TypeDoc.