Skip to content

Add merge function #81

Description

@kube
merge(
  { a: { hello: "world", x: 4 }, b: 42 },
  { a: { x: 42, y: 1337 } }
)
// { a: { hello: "world", x: 42, y: 1337 }, b: 42 },

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions