Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "Object/Exclude"

Index

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

    to change precision (?='default')

returns

object

example

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