????

Your IP : 3.146.221.49


Current Path : C:/inetpub/vhost/invest.gdtsolutions.vn/api/node_modules/uid/single/
Upload File :
Current File : C:/inetpub/vhost/invest.gdtsolutions.vn/api/node_modules/uid/single/index.js

var IDX=36, HEX='';
while (IDX--) HEX += IDX.toString(36);

function uid(len) {
	var str='', num = len || 11;
	while (num--) str += HEX[Math.random() * 36 | 0];
	return str;
}

exports.uid = uid;