c5f3cd099540b35220ae0c1eeedbd8fb144008745cccd2509b9beb25463c7f713424a7fda50e35dcff2a9034458d5123107fffe0dc9a0b80840986b0e2aa99 198 B

12345
  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. };