????
Current Path : C:/inetpub/vhost/invest.gdtsolutions.vn/api/node_modules/uid/single/ |
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;