UNPKG
@huudann/fca-unofficial
Version:
latest (1.2.1)
1.2.1
1.2.0
1.0.3
1.0.2
1.0.1
Facebook Chat Api
github.com/hdann/fca
hdann/fca
@huudann/fca-unofficial
/
src
/
getCurrentUserID.js
8 lines
(6 loc)
•
138 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
"use strict"
;
module
.
exports
=
function
(
defaultFuncs, api, ctx
) {
return
function
getCurrentUserID
(
) {
return
ctx.
userID
; }; };