Skip to main content
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.158.0/node/sys.ts";

Parameters

target: Record<string, unknown>
source: unknown

Returns

Record<string, unknown>