UNPKG

@antmove/wx-alipay

Version:

transform wechat miniprogram to alipay miniprogram tool.

6 lines (5 loc) 109 B
module.exports = function nextUid(len = 8) { return Math.random() .toString(36) .substr(len + 1) }