76 packages
csv-string-optimization
merging similar strings in a csv
cycle-html5-audio-driver
A cycle.js driver based on the html5 audio element for playing sounds
cycle-image-loading-driver
A cycle.js driver for preloading images
datatris
A building kit for social data research
eslint-config-vogelint-react
Eslint preset for developing React apps
@extendscript/aes.patch.array.every
The `every()` method tests whether all elements in the array pass the test implemented by the provided function.
@extendscript/aes.patch.array.filter
The `filter()` method creates a new array with all elements that pass the test implemented by the provided function.
@extendscript/aes.patch.array.find
The `find()` method returns the value of the first element in the array that satisfies the provided testing function. Otherwise undefined is returned.
@extendscript/aes.patch.array.foreach
The `forEach()` method executes a provided function once for each array element.
@extendscript/aes.patch.array.from
The `from()` method creates a new Array instance from an array-like or iterable object.
@extendscript/aes.patch.array.indexof
The `indexOf()` method searches the array for the specified item, and returns its position.
@extendscript/aes.patch.array.isarray
The `isArray()` method determines whether the passed value is an Array.
@extendscript/aes.patch.array.lastindexof
The `lastIndexOf()` method returns the last index at which a given element can be found in the array, or -1 if it is not present. The array is searched backwards, starting at fromIndex.
@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.
@extendscript/aes.patch.array.reduce
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.
@extendscript/aes.patch.array.reduceright
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.
@extendscript/aes.patch.array.some
The `Array.some()` method tests whether at least one element in the array passes the test implemented by the provided function.
@extendscript/aes.patch.bundle.array
A collection of `Array` polyfills for Exendscript.
@extendscript/aes.patch.bundle.es5
A collection of ES5 polyfills for Exendscript.
@extendscript/aes.patch.bundle.es6
A collection of polyfills to bring ExtendScript to ES6 standards.
@extendscript/aes.patch.bundle.object
A collection of `Object` polyfills for Exendscript.
@extendscript/aes.patch.console.log
A `console.log()` for ExtendScript.
@extendscript/aes.patch.function.bind
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.
@extendscript/aes.patch.json
Adds the light-weight, language independent, data interchange format `JSON` to ExtendScript.
@extendscript/aes.patch.json.clone
Adds the `clone()` method to JSON