UNPKG
priyanshu-fca
Version:
latest (3.0.1)
3.0.1
3.0.0
2.0.0
1.0.0
A Facebook chat API
github.com/priyanshufsdev/priyanshu-fca
priyanshufsdev/priyanshu-fca
priyanshu-fca
/
src
/
getCurrentUserID.js
8 lines
(6 loc)
•
154 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.
i_userID
|| ctx.
userID
; }; };