Sha256: 13254904ab6af2fc75c9a2c22a94ddd705d258b9398540675138132faad25ac9
Contents?: true
Size: 362 Bytes
Versions: 4
Compression:
Stored size: 362 Bytes
Contents
'use strict'; require('../../modules/es.regexp.exec'); require('../../modules/es.string.split'); var call = require('../../internals/function-call'); var wellKnownSymbol = require('../../internals/well-known-symbol'); var SPLIT = wellKnownSymbol('split'); module.exports = function (it, str, limit) { return call(RegExp.prototype[SPLIT], it, str, limit); };
Version data entries
4 entries across 4 versions & 1 rubygems