Options
All
  • Public
  • Public/Protected
  • All
Menu

Type aliases

Type aliases

Merge

Merge<O, Path, O1, depth>: Path extends unknown ? MergeAt<O, Path, O1, depth> : never

Complete the fields of O at Path with the ones of O1

Type parameters

  • O: object

    to complete

  • Path: List<Key>

    to be followed

  • O1: object

    to copy from

  • depth: Depth

    (?='flat') 'deep' to do it deeply

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.