Files
wechatpay-enterprise-web/node_modules/uuid/v5.js
jefferyzhao b9bdc8598b first commit
2025-07-31 17:44:12 +08:00

4 lines
109 B
JavaScript

var v35 = require('./lib/v35.js');
var sha1 = require('./lib/sha1');
module.exports = v35('v5', 0x50, sha1);