3
0
Fork 0
mirror of https://gitea.com/actions/setup-python.git synced 2024-11-22 10:09:35 +01:00
setup-python/node_modules/uuid/v3.js
2019-07-11 16:52:31 -04:00

4 lines
No EOL
106 B
JavaScript

var v35 = require('./lib/v35.js');
var md5 = require('./lib/md5');
module.exports = v35('v3', 0x30, md5);