mirror of
https://github.com/abrendan/MicDropMessages.git
synced 2025-06-17 05:04:59 +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')
|
|
});
|