/node_modules/babel-polyfill/node_modules/core-js/fn/regexp/split.js

https://bitbucket.org/worklabschd/bingle_customer2 · JavaScript · 5 lines · 5 code · 0 blank · 0 comment · 0 complexity · c2678e00786611012ad78a29a02204cf MD5 · raw file

  1. require('../../modules/es6.regexp.split');
  2. var SPLIT = require('../../modules/_wks')('split');
  3. module.exports = function (it, str, limit) {
  4. return RegExp.prototype[SPLIT].call(it, str, limit);
  5. };