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

std/node/sys.ts>_extend

Deno standard library
Go to Latest
function _extend
Deprecated
Deprecated

Use Object.assign() instead.

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

Parameters

target: Record<string, unknown>
source: unknown

Returns

Record<string, unknown>