@extendscript/aes.patch.bundle.object
A collection of `Object` polyfills for Exendscript.
A collection of `Object` polyfills for Exendscript.
A `console.log()` for ExtendScript.
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.
Adds the light-weight, language independent, data interchange format `JSON` to ExtendScript.
Adds the `clone()` method to JSON
Adds `instantiate()` to JSON. A simple tool for instantiating JSON Schemas.
Adds `validate()` to JSON. Validate a JSON objects to Schema.
The `Number.isFinite()` method determines whether the passed value is a finite number.
The `Number.isInteger()` method determines whether the passed value is an integer.
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 `create()` method creates a new object with the specified prototype.