Blame view

node_modules/uuid/v5.js 109 Bytes
2a09d1a4   liuqimichale   添加宜春 天水 宣化
1
2
3
  var v35 = require('./lib/v35.js');
  var sha1 = require('./lib/sha1');
  module.exports = v35('v5', 0x50, sha1);