Curried property accessor function that resolves deeply-nested object properties via dot/bracket-notation string path while mitigating TypeErrors via friendly and composable API.
-
Updated
Nov 21, 2025 - JavaScript
Curried property accessor function that resolves deeply-nested object properties via dot/bracket-notation string path while mitigating TypeErrors via friendly and composable API.
Uniquely flexible and light-weight utility for cloning and deep (recursive) merging of JavaScript objects. Supports descriptor values, accessor functions, and custom prototypes. Provides advanced options for customizing the clone/merge process.
Library of Javascript decorators
Returns true if a value has the characteristics of a valid JavaScript accessor descriptor.
Returns true if a value has the characteristics of a valid JavaScript descriptor. Works for data descriptors and accessor descriptors.
A wrapper function for object accessor properties
Define a data property on an object. Will fall back to assignment in an engine without descriptors.
Define a configurable write-only accessor.
Apply a binary function to each pair of elements retrieved from strided input arrays according to a callback function and assign results to a strided output array.
Compute the Bessel function of the first kind of order one for each element retrieved from an input strided array via a callback function.
Compute the Bessel function of the first kind of order zero for each element retrieved from an input strided array via a callback function.
Define a non-enumerable write-only accessor.
Compute the Bessel function of the second kind of order one for each element retrieved from an input strided array via a callback function.
Compute the absolute value of each element retrieved from a strided input array via a callback function and assign each result to an element in a strided output array.
Compute the Bessel function of the second kind of order zero for each element retrieved from an input strided array via a callback function.
Add a description, image, and links to the accessor topic page so that developers can more easily learn about it.
To associate your repository with the accessor topic, visit your repo's landing page and select "manage topics."