Website : rimsha.abasa.com
backdoor
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
var
/
canvas
/
node_modules
/
underscore
/
cjs
/
Filename :
index-default.js
back
Copy
var index = require('./index.js'); var mixin = require('./mixin.js'); // Default Export // Add all of the Underscore functions to the wrapper object. var _ = mixin(index); // Legacy Node.js API. _._ = _; module.exports = _;