es6.string.repeat.js 156 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. });