PHP WebShell

Текущая директория: /usr/lib/node_modules/bitgo/node_modules/core-js/modules

Просмотр файла: es7.array.includes.js

'use strict';
var $export   = require('./$.export')
  , $includes = require('./$.array-includes')(true);

$export($export.P, 'Array', {
  // https://github.com/domenic/Array.prototype.includes
  includes: function includes(el /*, fromIndex = 0 */){
    return $includes(this, el, arguments.length > 1 ? arguments[1] : undefined);
  }
});

require('./$.add-to-unscopables')('includes');

Выполнить команду


Для локальной разработки. Не используйте в интернете!