some prototypes i like
published version 0.1.1, 8 years agoA node build configuration to develop extendScripts with es2015 javascript code
published version 1.2.5, a year agoa tool for bundling Adobe ExtendScripts that use the `#include 'path/to/file'` statement
published version 0.4.0, 6 years agoa collection of useful es5-shims for Extendscript
published version 0.3.1, 4 years agoa collection of useful es6-shims for Extendscript
published version 0.2.0, 5 years agoThe `every()` method tests whether all elements in the array pass the test implemented by the provided function.
published version 2.0.0, 6 years agoThe `from()` method creates a new Array instance from an array-like or iterable object.
published version 2.0.0, 6 years agoThe trim() method removes whitespace from both ends of a string.
published version 3.0.0, 6 years agoThe `Object.keys()` method returns an array of a given object's own enumerable properties.
published version 2.0.0, 6 years agoThe `create()` method creates a new object with the specified prototype.
published version 2.0.0, 6 years agoThe `assign()` method is used to copy values of all enumerable own properties from one or more source objects to a target object. It will return the target object.
published version 2.0.0, 6 years agoThe `Number.isFinite()` method determines whether the passed value is a finite number.
published version 2.0.0, 6 years agoAdds the light-weight, language independent, data interchange format `JSON` to ExtendScript.
published version 2.0.0, 6 years agoThe `Array.some()` method tests whether at least one element in the array passes the test implemented by the provided function.
published version 2.0.0, 6 years agoThe `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.
published version 2.0.0, 6 years agoThe `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.
published version 2.0.0, 6 years agoThe Array.map() method creates a new array with the results of calling a provided function on every element in the calling array.
published version 2.0.0, 6 years agoThe `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.
published version 2.0.0, 6 years agoThe `isArray()` method determines whether the passed value is an Array.
published version 2.0.0, 6 years agoThe `indexOf()` method searches the array for the specified item, and returns its position.
published version 2.0.0, 6 years agoThe `forEach()` method executes a provided function once for each array element.
published version 2.0.0, 6 years agoThe `find()` method returns the value of the first element in the array that satisfies the provided testing function. Otherwise undefined is returned.
published version 2.0.0, 6 years agoThe `filter()` method creates a new array with all elements that pass the test implemented by the provided function.
published version 2.0.0, 6 years agoThe `Object.setPrototypeOf()` method sets the prototype (i.e., the internal `Prototype` property) of a specified object to another object or null.
published version 2.0.0, 6 years ago