Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/lume/core/utils/object.ts>assign

🔥 Static site generator for Deno 🦕
Very Popular
Latest
function assign
import { assign } from "https://deno.land/x/lume@v2.3.3/core/utils/object.ts";

Merge two objects recursively. It's like merge() but it mutates the first value.

Parameters

target: Type
optional
override: Type