|
Last change
on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 12 days ago |
|
Fix frontend appearance
|
-
Property mode
set to
100644
|
|
File size:
354 bytes
|
| Line | |
|---|
| 1 | 'use strict';
|
|---|
| 2 | var $ = require('../internals/export');
|
|---|
| 3 | var assign = require('../internals/object-assign');
|
|---|
| 4 |
|
|---|
| 5 | // `Object.assign` method
|
|---|
| 6 | // https://tc39.es/ecma262/#sec-object.assign
|
|---|
| 7 | // eslint-disable-next-line es/no-object-assign -- required for testing
|
|---|
| 8 | $({ target: 'Object', stat: true, arity: 2, forced: Object.assign !== assign }, {
|
|---|
| 9 | assign: assign
|
|---|
| 10 | });
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.