All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.modules.es.string.repeat.js Maven / Gradle / Ivy

There is a newer version: 3.39.0
Show newest version
'use strict';
var $ = require('../internals/export');
var repeat = require('../internals/string-repeat');

// `String.prototype.repeat` method
// https://tc39.es/ecma262/#sec-string.prototype.repeat
$({ target: 'String', proto: true }, {
  repeat: repeat
});




© 2015 - 2024 Weber Informatics LLC | Privacy Policy