mirror of
https://github.com/fooflington/selfdefined.git
synced 2025-04-22 09:09:09 +00: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')
|
|
});
|