Blame view

node_modules/uuid/v5.js 109 Bytes
ce4c83ff   wxy   初始提交
1
2
3
  var v35 = require('./lib/v35.js');
  var sha1 = require('./lib/sha1');
  module.exports = v35('v5', 0x50, sha1);