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

x/deno/std/util/deep_assign.ts>deepAssign

A modern runtime for JavaScript and TypeScript.
Go to Latest
function deepAssign
import { deepAssign } from "https://deno.land/x/deno@v0.23.0/std/util/deep_assign.ts";

Parameters

target: Record<string, unknown>
...sources: object[]

Returns

object | undefined