es6.string.repeat.js 157 B

123456
  1. var $export = require('./$.export');
  2. $export($export.P, 'String', {
  3. // 21.1.3.13 String.prototype.repeat(count)
  4. repeat: require('./$.string-repeat')
  5. });