index.js 111 Bytes
'use strict';

module.exports = require('./is-implemented')()
	? String.prototype.repeat
	: require('./shim');