Files
ola5doc/sys/node_modules/es5-ext/string/#/repeat/implement.js
T

8 lines
197 B
JavaScript

'use strict';
if (!require('./is-implemented')()) {
Object.defineProperty(String.prototype, 'repeat',
{ value: require('./shim'), configurable: true, enumerable: false,
writable: true });
}