We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e134f0d commit 305d877Copy full SHA for 305d877
lib/v35.js
@@ -3,7 +3,6 @@ var bytesToUuid = require('./bytesToUuid');
3
function uuidToBytes(uuid) {
4
// Note: We assume we're being passed a valid uuid string
5
var bytes = [];
6
- const el =
7
uuid.replace(/[a-fA-F0-9]{2}/g, function(hex) {
8
bytes.push(parseInt(hex, 16));
9
});
0 commit comments