1
0
mirror of https://github.com/musix-org/musix-oss synced 2025-07-10 23:23:49 +00:00
Files
musix-oss/node_modules/core-js/modules/es.string.repeat.js
MatteZ02 50b9bed483 Updated
2019-10-10 16:43:04 +03:00

9 lines
252 B
JavaScript

var $ = require('../internals/export');
var repeat = require('../internals/string-repeat');
// `String.prototype.repeat` method
// https://tc39.github.io/ecma262/#sec-string.prototype.repeat
$({ target: 'String', proto: true }, {
repeat: repeat
});