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
/
examples
/
services
/
index.ts
5 lines
(3 loc)
•
66 B
text/typescript
View Raw
1
2
3
4
5
export
function
getUser
(
) {
return
{
username
:
'thondery'
} }