mirror of
https://github.com/fooflington/selfdefined.git
synced 2025-04-22 09:09:09 +00:00
5 lines
162 B
JavaScript
5 lines
162 B
JavaScript
![]() |
// 19.1.3.1 Object.assign(target, source)
|
||
|
var $export = require('./_export');
|
||
|
|
||
|
$export($export.S + $export.F, 'Object', { assign: require('./_object-assign') });
|