Sha256: 9dfc335bdd948ff485d60f73e50997dc784023e4220a4cd376a9be2ade6d7cc4
Contents?: true
Size: 253 Bytes
Versions: 29
Compression:
Stored size: 253 Bytes
Contents
require('../../modules/es.string.split'); var wellKnownSymbol = require('../../internals/well-known-symbol'); var SPLIT = wellKnownSymbol('split'); module.exports = function (it, str, limit) { return RegExp.prototype[SPLIT].call(it, str, limit); };
Version data entries
29 entries across 28 versions & 9 rubygems