Linux unitednationsplay.com 3.10.0-1160.45.1.el7.x86_64 #1 SMP Wed Oct 13 17:20:51 UTC 2021 x86_64
nginx/1.20.1
Server IP : 188.130.139.92 & Your IP : 18.117.132.79
Domains :
Cant Read [ /etc/named.conf ]
User : web
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
www /
wb /
node_modules /
es5-ext /
function /
# /
Delete
Unzip
Name
Size
Permission
Date
Action
compose.js
641
B
-rw-rw-r--
2022-08-30 11:49
copy.js
541
B
-rw-rw-r--
2022-08-30 11:49
curry.js
801
B
-rw-rw-r--
2022-08-30 11:49
index.js
329
B
-rw-rw-r--
2022-08-30 11:49
lock.js
262
B
-rw-rw-r--
2022-08-30 11:49
microtask-delay.js
398
B
-rw-rw-r--
2022-08-30 11:49
not.js
319
B
-rw-rw-r--
2022-08-30 11:49
partial.js
439
B
-rw-rw-r--
2022-08-30 11:49
spread.js
235
B
-rw-rw-r--
2022-08-30 11:49
to-string-tokens.js
560
B
-rw-rw-r--
2022-08-30 11:49
Save
Rename
"use strict"; var toPosInt = require("../../number/to-pos-integer") , callable = require("../../object/valid-callable") , defineLength = require("../_define-length") , slice = Array.prototype.slice , apply = Function.prototype.apply , curry; curry = function self(fn, length, preArgs) { return defineLength( function () { var args = preArgs ? preArgs.concat(slice.call(arguments, 0, length - preArgs.length)) : slice.call(arguments, 0, length); return args.length === length ? apply.call(fn, this, args) : self(fn, length, args); }, preArgs ? length - preArgs.length : length ); }; module.exports = function (/* Length*/) { var length = arguments[0]; return curry(callable(this), isNaN(length) ? toPosInt(this.length) : toPosInt(length)); };