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 : 3.148.217.26
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 /
ext /
Delete
Unzip
Name
Size
Permission
Date
Action
.github
[ DIR ]
drwxrwxr-x
2022-08-30 11:49
docs
[ DIR ]
drwxrwxr-x
2022-08-30 11:49
function
[ DIR ]
drwxrwxr-x
2022-08-30 11:49
global-this
[ DIR ]
drwxrwxr-x
2022-08-30 11:49
lib
[ DIR ]
drwxrwxr-x
2022-08-30 11:49
math
[ DIR ]
drwxrwxr-x
2022-08-30 11:49
node_modules
[ DIR ]
drwxrwxr-x
2022-08-30 11:49
object
[ DIR ]
drwxrwxr-x
2022-08-30 11:49
promise
[ DIR ]
drwxrwxr-x
2022-08-30 11:49
string
[ DIR ]
drwxrwxr-x
2022-08-30 11:49
string_
[ DIR ]
drwxrwxr-x
2022-08-30 11:49
test
[ DIR ]
drwxrwxr-x
2022-08-30 11:49
thenable_
[ DIR ]
drwxrwxr-x
2022-08-30 11:49
.editorconfig
288
B
-rw-rw-r--
2022-08-30 11:49
CHANGELOG.md
3.21
KB
-rw-rw-r--
2022-08-30 11:49
LICENSE
773
B
-rw-rw-r--
2022-08-30 11:49
README.md
928
B
-rw-rw-r--
2022-08-30 11:49
package.json
2.24
KB
-rw-rw-r--
2022-08-30 11:49
Save
Rename
# ext _(Previously known as `es5-ext`)_ ## JavaScript language extensions (with respect to evolving standard) Non-standard or soon to be standard language utilities in a future proof, non-invasive form. Doesn't enforce transpilation step. Where it's applicable utilities/extensions are safe to use in all ES3+ implementations. ### Installation ```bash npm install ext ``` ### Utilities - [`globalThis`](docs/global-this.md) - `Function` - [`identity`](docs/function/identity.md) - `Math` - [`ceil10`](docs/math/ceil-10.md) - [`floor10`](docs/math/floor-10.md) - [`round10`](docs/math/round-10.md) - `Object` - [`clear`](docs/object/clear.md) - [`entries`](docs/object/entries.md) - `Promise` - [`limit`](docs/promise/limit.md) - `String` - [`random`](docs/string/random.md) - `String.prototype` - [`includes`](docs/string_/includes.md) - `Thenable.prototype` - [`finally`](docs/thenable_/finally.md)