🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-14 14:38:19 | PHP 8.1.34
📂
/ (Root)
/
usr
/
lib
/
node_modules
/
npm
/
node_modules
/
dezalgo
📍 /usr/lib/node_modules/npm/node_modules/dezalgo
🔄 Refresh
✏️
Editing: dezalgo.js
Read Only
var wrappy = require('wrappy') module.exports = wrappy(dezalgo) var asap = require('asap') function dezalgo (cb) { var sync = true asap(function () { sync = false }) return function zalgoSafe() { var args = arguments var me = this if (sync) asap(function() { cb.apply(me, args) }) else cb.apply(me, args) } }
💾 Save Changes
❌ Cancel