A proposed extension to bracket notation accessors in Javascript.
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
Generates and consumes source maps
Is this value a JS Map? This module works cross-realm/iframe, and despite ES6 @@toStringTag.
Define a non-enumerable read-only accessor.
Fixes stack traces for files with source maps
JavaScript utilities for Vega.
No description provided.
Define a non-enumerable read-write accessor.
Store information about any JS value in a side channel, using a Map
Fixes stack traces for files with source maps
Test if an array-like object supports the accessor (get/set) protocol.
Return an accessor function for setting an element in an array-like object supporting the get/set protocol.
Return an accessor function for retrieving an element from an array-like object supporting the get/set protocol.
Memoize decorator for Typescript
Basic cache object for storing key-value pairs.
Map `visit` over an array of objects.
concatenative mapdashery
Computes the cosine similarity between two arrays.
Computes the dot product between two numeric arrays.
A thing that is a lot like ES6 `Map`, but without iterators, for use in environments where `for..of` syntax and `Map` are not available.
Computes the L2 norm (Euclidean norm) of an array of values.