/var/www/qr4y.com/server/delivery/node_modules/ext
NameSizeModeActions
.github/-0755rm
docs/-0755rm
function/-0755rm
global-this/-0755rm
lib/-0755rm
math/-0755rm
node_modules/-0755rm
object/-0755rm
promise/-0755rm
string/-0755rm
string_/-0755rm
test/-0755rm
thenable_/-0755rm
.editorconfig2880644editdlrm
CHANGELOG.md32920644editdlrm
LICENSE7730644editdlrm
package.json35470644editdlrm
README.md9280644editdlrm
Edit: /var/www/qr4y.com/server/delivery/node_modules/ext/README.md (928B)
# 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)