Some layer utilities for InDesign
The `isArray()` method determines whether the passed value is an Array.
The `forEach()` method executes a provided function once for each array element.
The `every()` method tests whether all elements in the array pass the test implemented by the provided function.
merge operator for basic-streams
Adobe product ExtendScript debugging
A collection of `Object` polyfills for Exendscript.
Eslint configuration for Adobe Extendscript scripting
The `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.
The `Object.freeze()` method freezes an object: that is, prevents new properties from being added to it; prevents existing properties from being removed; and prevents existing properties, or their enumerability, configurability, or writability, from being
Some utils for transforming InDesign bounds arrays.
A node build configuration to develop extendScripts with es2015 javascript code
MCP server for controlling Adobe Premiere Pro via CEP/ExtendScript — 269 tools for AI-driven video editing
The `Object.preventExtensions()` method prevents new properties from ever being added to an object (i.e. prevents future extensions to the object).
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.
Typescript declarations for photoshop
Jaw is a data controller that wraps JSON objects with JSON-schema. It provides an easy to use, chaining API for managing JSON instances in ExtendScript.
The `create()` method creates a new object with the specified prototype.
Adobe ExtendScript compatible JSON library
Concat streams by piping and pass the specified events through to the end.
The `from()` method creates a new Array instance from an array-like or iterable object.
A port of Jasmine.js that is compatible with Adobe ExtendScript
Playwright transport for autopea
Duplex stream tunnelling (plus custom events)