UNPKG

priyanshu-fca

Version:
8 lines (6 loc) 154 B
"use strict"; module.exports = function (defaultFuncs, api, ctx) { return function getCurrentUserID() { return ctx.i_userID || ctx.userID; }; };