mirror of
https://gitlab.com/octtspacc/staticoso
synced 2025-04-05 13:51:10 +02:00
7 lines
156 B
JavaScript
7 lines
156 B
JavaScript
var $export = require('./_export');
|
|
|
|
$export($export.P, 'String', {
|
|
// 21.1.3.13 String.prototype.repeat(count)
|
|
repeat: require('./_string-repeat')
|
|
});
|