6 lines
167 B
JavaScript
6 lines
167 B
JavaScript
|
'use strict';
|
||
|
require('../../modules/es.string.repeat');
|
||
|
var entryUnbind = require('../../internals/entry-unbind');
|
||
|
|
||
|
module.exports = entryUnbind('String', 'repeat');
|