/
home
/
infinitibizsol
/
autocrm.infinitibizsol.com
/
node_modules
/
underscore.string
/
helper
/
File Upload :
llllll
Current File: /home/infinitibizsol/autocrm.infinitibizsol.com/node_modules/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