Version 1
[yaffs-website] / node_modules / core-js / library / fn / regexp / split.js
diff --git a/node_modules/core-js/library/fn/regexp/split.js b/node_modules/core-js/library/fn/regexp/split.js
new file mode 100644 (file)
index 0000000..b92d09f
--- /dev/null
@@ -0,0 +1,5 @@
+require('../../modules/es6.regexp.split');
+var SPLIT = require('../../modules/_wks')('split');
+module.exports = function(it, str, limit){
+  return RegExp.prototype[SPLIT].call(it, str, limit);
+};
\ No newline at end of file