// SYSTEM PANEL //
[ROOT]
/
home
/
csender
/
.trash
/
node_modules.2
/
resolve
[ PARENT ]
EDIT :: index.js
var async = require('./lib/async'); async.core = require('./lib/core'); async.isCore = require('./lib/is-core'); async.sync = require('./lib/sync'); module.exports = async;
SAVE
CANCEL