PHP WebShell
Текущая директория: /usr/lib/node_modules/bitgo/node_modules/core-js/modules
Просмотр файла: es6.regexp.split.js
// @@split logic
require('./$.fix-re-wks')('split', 2, function(defined, SPLIT, $split){
// 21.1.3.17 String.prototype.split(separator, limit)
return function split(separator, limit){
'use strict';
var O = defined(this)
, fn = separator == undefined ? undefined : separator[SPLIT];
return fn !== undefined
? fn.call(separator, O, limit)
: $split.call(String(O), separator, limit);
};
});Выполнить команду
Для локальной разработки. Не используйте в интернете!