📁 File Manager Pro
v10.0.2 | PHP: 8.1.34
Server: LiteSpeed
2026-06-27 07:43:26
📂
/
/
usr
/
lib
/
node_modules
/
npm
/
node_modules
/
normalize-package-data
/
node_modules
/
resolve
✏️
Editing: index.js
var core = require('./lib/core'); var async = require('./lib/async'); async.core = core; async.isCore = function isCore(x) { return core[x]; }; async.sync = require('./lib/sync'); exports = async; module.exports = async;
💾 Save Changes
❌ Cancel