File tree Expand file tree Collapse file tree
lib/node_modules/@stdlib/object/assign/lib Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4747* var out = assign( obj1, obj2 );
4848* // returns { 'a': 'beep', 'b': 'boop' }
4949*/
50- var assign = Object . assign ; // eslint-disable-line n/no-unsupported-features/es-builtins
50+ var assign = Object . assign ; // eslint-disable-line n/no-unsupported-features/es-builtins, n/no-unsupported-features/es-syntax
5151
5252
5353// EXPORTS //
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ var isFunction = require( '@stdlib/assert/is-function' );
2525
2626// MAIN //
2727
28- var bool = isFunction ( Object . assign ) ; // eslint-disable-line n/no-unsupported-features/es-builtins
28+ var bool = isFunction ( Object . assign ) ; // eslint-disable-line n/no-unsupported-features/es-builtins, n/no-unsupported-features/es-syntax
2929
3030
3131// EXPORTS //
You can’t perform that action at this time.
0 commit comments