Search results

108 packages found

This module copies functionality of core-util-is v1.0.2 for ExtendScript.

published 1.0.1 6 years ago
M
Q
P

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.

published 2.0.0 6 years ago
M
Q
P

The `Object.getOwnPropertyNames()` method returns an array of all properties (including non-enumerable properties except for those which use Symbol) found directly upon a given object.

published 2.0.0 6 years ago
M
Q
P

Photoshop Automation API for Node.js

published 0.0.0 7 years ago
M
Q
P

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.

published 2.0.0 6 years ago
M
Q
P

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.

published 4.0.0 6 years ago
M
Q
P

An interface for CEP panels to run Adobe ExtendScript evals and files with agruments as promises with UMD wrapper for cross-compatability with AMD and node.js require.

published 1.1.0 4 years ago
M
Q
P

The `isArray()` method determines whether the passed value is an Array.

published 2.0.0 6 years ago
M
Q
P

The `forEach()` method executes a provided function once for each array element.

published 2.0.0 6 years ago
M
Q
P

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.

published 2.0.0 6 years ago
M
Q
P

The `Object.defineProperties()` method defines new or modifies existing properties directly on an object, returning the object.

published 2.0.0 6 years ago
M
Q
P

The `filter()` method creates a new array with all elements that pass the test implemented by the provided function.

published 2.0.0 6 years ago
M
Q
P

The Object.isFrozen() determines if an object is frozen.

published 2.0.0 6 years ago
M
Q
P

The `create()` method creates a new object with the specified prototype.

published 2.0.0 6 years ago
M
Q
P

The trim() method removes whitespace from both ends of a string.

published 3.0.0 6 years ago
M
Q
P

The Array.map() method creates a new array with the results of calling a provided function on every element in the calling array.

published 2.0.0 6 years ago
M
Q
P

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.

published 2.0.0 6 years ago
M
Q
P

A `console.log()` for ExtendScript.

published 2.0.0 6 years ago
M
Q
P

The `Object.setPrototypeOf()` method sets the prototype (i.e., the internal `Prototype` property) of a specified object to another object or null.

published 2.0.0 6 years ago
M
Q
P

The `Array.some()` method tests whether at least one element in the array passes the test implemented by the provided function.

published 2.0.0 6 years ago
M
Q
P