All Downloads are FREE. Search and download functionalities are using the official Maven repository.

node_modules.core-js.fn.regexp.split.js Maven / Gradle / Ivy

The newest version!
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);
};




© 2015 - 2024 Weber Informatics LLC | Privacy Policy