UNPKG

@liuhlightning/wx-pay

Version:
10 lines 281 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.nonceStr = nonceStr; /** * 生成nonce字符串, 默认长度16 */ function nonceStr(length = 16) { return Math.random().toFixed(length).split(".")[1]; } //# sourceMappingURL=nonceStr.js.map