/
home
/
infinitibizsol
/
.trash
/
node_modules.4
/
underscore.string
/
helper
/
File Upload :
llllll
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; };
Copyright ©2k19 -
Hexid
|
Tex7ure