ExtendScript / extendscript-es6-shim

MIT License
30 stars 6 forks source link

extendscript-es6-shim

A collection of ES6 shims for polyfiling Exendscript (for es5 shims take a look at https://github.com/ExtendScript/extendscript-es5-shim)

Installation

Currently you can install the package using npm:

npm init -y
npm install extendscript-es6-shim

Usage

Array, String and Function notes

All polyfills could be used in your code.

Development