Create an array without duplicates
Build full-stack Nuxt applications, with zero configuration.
TypeScript definitions for delta-e
Like a Set, but provides the index of the `key` in the backing array
Simple JS queue with auto run for node and browsers
A functional typescript implementation of the PCG family random number generators
The Aztec KV store is an implementation of a durable key-value database with a pluggable backend. The only supported backend right now is LMDB by using the [`lmdb-js` package](https://github.com/kriszyp/lmdb-js).
`Array#forEach()` but it’s possible to define where to move to next
Remove duplicate values from an array. Fastest ES5 implementation.
Core of Serverless Stack.
Turn AWS CloudFormation templates into AWS CDK applications
Better Stack Typescript types (formerly Logtail)
A fast linked list (good for queues, stacks, etc.)
AI observability and PromptOps infrastructure for LLM applications.
Better Stack logging core (formerly Logtail)
Prevent defined property getters from throwing errors
Esbuild plugin to upload source maps to Honeybadger's API - http://docs.honeybadger.io/guides/source-maps.html
Range content change operator for arrays and array-like objects
utilities for primitive JavaScript types
Turn anything into an array
A construct library that models Construct Hub instances.
Array-slice method. Slices `array` from the `start` index up to, but not including, the `end` index.
Loop over each item in an array and call the given function on every element.
Efficient Binary heap (priority queue, binary tree) data structure for JavaScript / TypeScript. Includes JavaScript methods, Python's heapq module methods, and Java's PriorityQueue methods.