📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-06-30 20:56:52
📂
/ (Root)
/
home
/
orkouolp
/
nodevenv
/
node_js
/
orkofarms.com
/
18
/
lib
/
node_modules
/
jwks-rsa
/
src
/
wrappers
📍 /home/orkouolp/nodevenv/node_js/orkofarms.com/18/lib/node_modules/jwks-rsa/src/wrappers
🔄 Refresh
✏️
Editing: callbackSupport.js
Writable
const { callbackify } = require('util'); const callbackSupport = (client) => { const getSigningKey = client.getSigningKey.bind(client); return (kid, cb) => { if (cb) { const callbackFunc = callbackify(getSigningKey); return callbackFunc(kid, cb); } return getSigningKey(kid); }; }; module.exports.default = callbackSupport;
💾 Save Changes
❌ Cancel