Options
All
  • Public
  • Public/Protected
  • All
Menu

Type aliases

Type aliases

Exclude

Exclude<O, O1, match>: Pick<O, ExcludeKeys<O, O1, match>>

Exclude the fields of O1 out of O (If match = 'default', no type checks are done)

Type parameters

  • O: object

    to remove from

  • O1: object

    to remove out

  • match: Match

    (?='default') to change precision

returns

Object

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.