# extendscript-es6-shim **Repository Path**: adobe_sunding/extendscript-es6-shim ## Basic Information - **Project Name**: extendscript-es6-shim - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-10-05 - **Last Updated**: 2021-10-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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 - Install the devDependencies by running `npm install` - Bundle the index.js by running `npm run bundle` - Add new prototypes in the respective folders - If you need new folders, add the folder to the top of `./bin/concat.js` into the `folders` array