5 lines
153 B
JavaScript
Raw Normal View History

2021-02-11 21:31:41 +08:00
require('../../modules/es.string.repeat');
var entryUnbind = require('../../internals/entry-unbind');
module.exports = entryUnbind('String', 'repeat');