/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
- 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);
- };