Skip to main content
Module

x/lodash_es/mod.ts>assign

lodash for deno use
Latest
variable assign
import { assign } from "https://deno.land/x/lodash_es@v0.0.2/mod.ts";

Assigns own enumerable string keyed properties of source objects to the destination object. Source objects are applied from left to right. Subsequent sources overwrite property assignments of previous sources.

Note: This method mutates object and is loosely based on Object.assign.