🚀 Advanced Web Server Manager
Complete File Manager & Terminal - Standalone Version
By Sid Gifari | Gifari Industries
Current path:
/
/
home
/
duzhbywe
/
nodevenv
/
Job-Portal
/
20
/
lib
/
node_modules
/
string.prototype.repeat
✏️
Editing: shim.js
/*! https://mths.be/repeat v1.0.0 by @mathias */ 'use strict'; var define = require('define-properties'); var getPolyfill = require('./polyfill'); module.exports = function shimRepeat() { var polyfill = getPolyfill(); if (String.prototype.repeat !== polyfill) { define(String.prototype, { repeat: polyfill }); } return polyfill; };
💾 Save Changes
❌ Cancel