UNPKG

underscore-es

Version:

javaScript's functional programming helper library for ES6 and beyond.

6 lines (5 loc) 290 B
// `_assign` : an object's function // ------------------------------------ // Assigns a given object with all the own properties in the passed-in object(s). // (https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Object/assign) export {default} from './extendOwn' ;