Sindbad~EG File Manager

Current Path : /home/infinitibizsol/.trash/node_modules.4/underscore.string/helper/
Upload File :
Current File : /home/infinitibizsol/.trash/node_modules.4/underscore.string/helper/strRepeat.js

module.exports = function strRepeat(str, qty){
  if (qty < 1) return '';
  var result = '';
  while (qty > 0) {
    if (qty & 1) result += str;
    qty >>= 1, str += str;
  }
  return result;
};

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists