Returns true if a value has the characteristics of a valid JavaScript accessor descriptor.
Copy a descriptor from object A to object B
A wrapper function for object accessor properties
JavaScript utilities for Vega.
Memoize decorator for Typescript
Define a non-enumerable read-only accessor.
Wrapper around Apple's simctl binary
Define a non-enumerable read-write accessor.
Return an accessor function for setting an element in an array-like object supporting the get/set protocol.
Test if an array-like object supports the accessor (get/set) protocol.
Return an accessor function for retrieving an element from an array-like object supporting the get/set protocol.
Generate word clouds in JavaScript.
Computes the cosine similarity between two arrays.
Low footprint ECMAScript source code parser
Automatically match a pair of characters and decorate the text in between
Computes the dot product between two numeric arrays.
Server-side DOM implementation based on Mozilla's dom.js
Define a read-write accessor.
Test if a value is an array-like object supporting the accessor (get/set) protocol.
textlint rule that check unmatched pairs like "(" and ")"
Define a read-only accessor.
Computes the L2 norm (Euclidean norm) of an array of values.
The swiss army knife for binary data in JavaScript.
Server-side DOM implementation based on Mozilla's dom.js
Stores settings as key/value pairs in a settings table and provides accessors for them on the owning object
Stores settings as key/value pairs in a settings table and provides accessors for them on the owning object
AttrImmutable add the attr_immutable class method to create immutable properties on Ruby classes. The attribute are only accessible using the accessor/mutator pair by hiding the attribute value using a closure. (ie. the immutable attribute is not stored in an instance variable and therefore can't be accessed in any other way. No developer end runs.)