Linux v69820.1blu.de 4.15.0 #1 SMP Mon Sep 30 15:36:27 MSK 2024 x86_64
Apache/2.4.58
Server IP : 195.90.215.149 & Your IP : 216.73.217.80
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
share /
nodejs /
array.prototype.find /
Delete
Unzip
Name
Size
Permission
Date
Action
auto.js
36
B
-rw-r--r--
2022-12-05 08:07
implementation.js
740
B
-rw-r--r--
2022-12-05 08:07
index.js
723
B
-rw-r--r--
2022-12-05 08:07
package.json
1.53
KB
-rw-r--r--
2022-12-05 08:07
polyfill.js
428
B
-rw-r--r--
2022-12-05 08:07
shim.js
418
B
-rw-r--r--
2022-12-05 08:07
Save
Rename
'use strict'; module.exports = function getPolyfill() { // Detect if an implementation exists // Detect early implementations which skipped holes in sparse arrays // eslint-disable-next-line no-sparse-arrays var implemented = Array.prototype.find && [, 1].find(function () { return true; }) !== 1; // eslint-disable-next-line global-require return implemented ? Array.prototype.find : require('./implementation'); };