Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

std/node/util.ts>_extend

Deno standard library
Go to Latest
function _extend
Deprecated
Deprecated

Use Object.assign() instead.

import { _extend } from "https://deno.land/std@0.117.0/node/util.ts";

Parameters

target: Record<string, unknown>
source: unknown

Returns

Record<string, unknown>