.gitignore added
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / core-js / modules / es.string.repeat.js
1 var $ = require('../internals/export');
2 var repeat = require('../internals/string-repeat');
3
4 // `String.prototype.repeat` method
5 // https://tc39.es/ecma262/#sec-string.prototype.repeat
6 $({ target: 'String', proto: true }, {
7   repeat: repeat
8 });