UNPKG
@kenote/api-proxy
Version:
latest (1.0.53)
1.0.53
1.0.52
1.0.51
1.0.46
1.0.45
1.0.43
1.0.40
1.0.39
.
github.com/kenote/kenote.js
kenote/kenote.js
@kenote/api-proxy
/
channels
/
service
/
js
/
data.js
8 lines
(6 loc)
•
90 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
function
getUser
()
{
return
{ username:
'thondery'
} }
module
.
exports
= { getUser }