Options
All
  • Public
  • Public/Protected
  • All
Menu

Type aliases

Type aliases

Omit

Omit<O, Path>: Path extends unknown ? OmitAt<O, Path> : never

Remove out of O the fields at Path

Type parameters

  • O: object

    to remove from

  • Path: List<Key>

    to be followed

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.