Package Exports
- ext/function/identity
- ext/function/identity.js
- ext/global-this
- ext/global-this/index.js
- ext/object/clear
- ext/object/clear.js
- ext/object/entries
- ext/object/entries/index.js
- ext/promise/limit
- ext/promise/limit.js
- ext/string/random
- ext/string/random.js
- ext/thenable_/finally
- ext/thenable_/finally.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (ext) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
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
npm install ext
Utilities
globalThis
Function
Math
Object
Promise
String
String.prototype
Thenable.prototype