Options
All
  • Public
  • Public/Protected
  • All
Menu

Type aliases

Type aliases

Omit

Omit<L, K>: L extends unknown ? _Omit<L, K> : never

Remove out of L the entries of key K

Type parameters

  • L: List

    to remove from

  • K: Key

    to chose entries

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.