Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

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

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

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

Parameters

target: Type
optional
override: Type