You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
fangdawei
ef5e3ecfd0
|
1 year ago | |
---|---|---|
.. | ||
docs | 1 year ago | |
function | 1 year ago | |
global-this | 1 year ago | |
lib/private | 1 year ago | |
math | 1 year ago | |
node_modules/type | 1 year ago | |
object | 1 year ago | |
promise | 1 year ago | |
string | 1 year ago | |
string_ | 1 year ago | |
thenable_ | 1 year ago | |
CHANGELOG.md | 1 year ago | |
LICENSE | 1 year ago | |
README.md | 1 year ago | |
package.json | 1 year ago |
README.md
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