Options
All
  • Public
  • Public/Protected
  • All
Menu

Type aliases

Type aliases

NonNullable

NonNullable<L, K, depth>: Cast<NonNullablePart<L, `${K & number}` | K, depth>, List>

Make some entries of L not nullable (deeply or not)

Type parameters

  • L: List

    to make non nullable

  • K: Key

    (?=Key) to choose fields

  • depth: Depth

    (?='flat') 'deep' to do it deeply

returns

List

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.