Website : rimsha.abasa.com
backdoor
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
var
/
canvas
/
node_modules
/
release-zalgo
/
Filename :
index.js
back
Copy
'use strict' const Async = require('./lib/Async') const Sync = require('./lib/Sync') const unwrapSync = require('./lib/unwrapSync') exports.sync = () => new Sync() exports.async = () => new Async() exports.unwrapSync = unwrapSync