Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "Object/Omit"

Index

Type aliases

Type aliases

Omit

Omit<O, K>: Pick<O, Exclude<keyof O, K>>

Remove out of O the fields of key K

Type parameters

  • O: object

    to remove from

  • K: Index

    to chose fields

returns

object

example

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