4
0
Fork 0
mirror of https://github.com/actions/setup-node.git synced 2025-11-08 21:46:55 +00:00
setup-node/node_modules/uuid/v3.js
Bryan MacFarlane eac926003b start
2019-05-31 00:29:40 -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);