🚀 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: index.js
/*! https://mths.be/repeat v1.0.0 by @mathias */ 'use strict'; var callBind = require('es-abstract/helpers/callBind'); var define = require('define-properties'); var implementation = require('./implementation'); var getPolyfill = require('./polyfill'); var shim = require('./shim'); var boundRepeat = callBind(getPolyfill()); define(boundRepeat, { getPolyfill: getPolyfill, implementation: implementation, shim: shim }); module.exports = boundRepeat;
💾 Save Changes
❌ Cancel