This website works better with JavaScript
Ana Sayfa
Keşfet
Yardım
Giriş Yap
archive
/
MusareReact
şunun yansıması
https://github.com/Musare/MusareReact
İzle
2
Yıldızla
0
Çatalla
0
Dosyalar
Sorunlar
0
Wiki
Ağaç:
f09c1fc869
Dallar
Biçim İmleri
master
MusareReact
/
backend
/
logic
/
cache
/
schemas
/
userSession.js
userSession.js
103 B
Geçmiş
Ham
1
2
3
4
5
6
7
8
'use strict';
module.exports = (userId) => {
return {
userId: userId,
created: Date.now()
};
};