The `Array.some()` method tests whether at least one element in the array passes the test implemented by the provided function.
The static method `Object.defineProperty()` defines a new property directly on an object, or modifies an existing property on an object, and returns the object.
An InDesign ruler utility that adds the `rulers.set()` method. This method sets both rulers to the desired units. It returns the original ruler-settings which we can pass back to reset the rulers to original state.
ExtendScript version of Noice Json RPC (Server only)
来自于[Adobe.extendscript-debug](https://marketplace.visualstudio.com/items?itemName=Adobe.extendscript-debug)授权自 [Apache License 2.0](https://marketplace.visualstudio.com/items/Adobe.extendscript-debug/license)
The `Number.isFinite()` method determines whether the passed value is a finite number.
The Object.isExtensible() method determines if an object is extensible (whether it can have new properties added to it).
Modern scripting framework for Adobe After Effects
A minimal Grunt plugin that concatenates and minifies ExtendScript files.
The Object.seal() method seals an object, preventing new properties from being added to it and marking all existing properties as non-configurable. Values of present properties can still be changed as long as they are writable.
The `find()` method returns the value of the first element in the array that satisfies the provided testing function. Otherwise undefined is returned.
ExtendScript shims and helpers

The `Object.keys()` method returns an array of a given object's own enumerable properties.
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.
A basic logging file Class for Adobe ExtendScript with UMD wrapper for cross-compatability with AMD and node.js require.
A `console.log()` for ExtendScript.
The `filter()` method creates a new array with all elements that pass the test implemented by the provided function.
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.
Webpack loader for Adobe ExtendScript scripting language files.
Read-Eval-Print-Loop (REPL) for ExtendScript
The `Number.isInteger()` method determines whether the passed value is an integer.
The ruler utility adds the `ruler.set()` method. This method sets both rulers to the desired units. It returns the original ruler-settings which we can pass back to reset the rulers to original state.
ExtendScript Preset Manager