This website works better with JavaScript
Página Principal
Explorar
Ajuda
Registe-se
Iniciar Sessão
ice-static
/
Eve-Project
Vigiar
1
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Pull Requests
0
Wiki
Árvore:
7c7ad82433
Ramos
Etiquetas
master
Eve-Project
/
node_modules
/
parse
/
lib
/
node
/
uuid.js
uuid.js
111 B
Histórico
Em bruto
1
2
3
4
5
6
7
8
9
10
"use strict";
let uuid = null;
{
const {
v4
} = require('uuid');
uuid = v4;
}
module.exports = uuid;