@extendscript/aes.patch.array.map
The Array.map() method creates a new array with the results of calling a provided function on every element in the calling array.
The Array.map() method creates a new array with the results of calling a provided function on every element in the calling array.
The `Array.reduce()` method applies a function against an accumulator and each element in the array (from left to right) to reduce it to a single value.
The `reduceRight()` method applies a function against an accumulator and each value of the array (from right-to-left) to reduce it to a single value.
The `Array.some()` method tests whether at least one element in the array passes the test implemented by the provided function.
A collection of `Array` polyfills for Exendscript.
A collection of ES5 polyfills for Exendscript.
A collection of `Object` polyfills for Exendscript.
A `console.log()` for ExtendScript.
The `bind()` method creates a new function that, when called, has its this keyword set to the provided value, with a given sequence of arguments preceding any provided when the new function is called.
CUI Adobe ExtendScript runner. Accept script file or stdin. currently osx only
A react like library for working with Adobe ScriptUI.