summaryrefslogtreecommitdiff
path: root/node_modules/core-js/library/modules/es6.string.repeat.js
blob: 4ec29f66a45bca6bd346091788adaa405fe6a77c (plain)
1
2
3
4
5
6
var $export = require('./$.export');

$export($export.P, 'String', {
  // 21.1.3.13 String.prototype.repeat(count)
  repeat: require('./$.string-repeat')
});