Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "Object/P/Merge"

Index

Type aliases

Type aliases

Merge

Merge<O, Path, O1, depth>: _Merge<O, Path, O1, depth>

Complete the fields of O at Path with the ones of O1 (⚠️ this type is expensive)

Type parameters

  • O: object

    to complete

  • Path: PPath

    to be followed

  • O1: object

    to copy from

  • depth: Depth

    to do it deeply (?='flat')

returns

object

example

_Merge

_Merge<O, Path, O1, depth, I>: object

Type parameters

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