This website works better with JavaScript
Strona główna
Odkrywaj
Pomoc
Zarejestruj się
Zaloguj się
ice-static
/
Eve-Project
Obserwuj
1
Polub
0
Forkuj
0
Pliki
Problemy
0
Oczekujące zmiany
0
Wiki
Drzewo:
7c7ad82433
Gałęzie
Tagi
master
Eve-Project
/
node_modules
/
parse
/
lib
/
node
/
uuid.js
uuid.js
111 B
Historia
Czysty
1
2
3
4
5
6
7
8
9
10
"use strict";
let uuid = null;
{
const {
v4
} = require('uuid');
uuid = v4;
}
module.exports = uuid;