Remove duplicate values from an array. Fastest ES5 implementation.
No description provided.
Useful functions when working with JSON.
Fast JavaScript array sorting by implementing Python's Timsort algorithm
Platform independent (Android / iOS) Selectbox | Picker | Multi-select | Multi-picker. The idea is to bring out the common user-interface & user-experience on both platforms.
Ponyfill for upcoming Element.scrollIntoView() APIs like scrollMode: if-needed, behavior: smooth and block: center
Array-slice method. Slices `array` from the `start` index up to, but not including, the `end` index.
`Array#forEach()` but it’s possible to define where to move to next
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).
Turn anything into an array
Production-ready, lightweight fully customizable React carousel component that rocks supports multiple items and SSR(Server-side rendering) with typescript.
Loop over each item in an array and call the given function on every element.
DOM view component for the CodeMirror code editor
Open a web address or call, email, text or iMessage (iOS only) someone in React Native
Stringify your JSON at max speed
Web dashboard for monitoring and managing pg-boss job queues
Fully declarative (multi)sortable for AngularJS
The Dropbox JavaScript SDK is a lightweight, promise based interface to the Dropbox v2 API that works in both nodejs and browser environments.
Compare, format, diff and serialize any JavaScript value
<p align="center"> <a href="https://amplitude.com" target="_blank" align="center"> <img src="https://static.amplitude.com/lightning/46c85bfd91905de8047f1ee65c7c93d6fa9ee6ea/static/media/amplitude-logo-with-text.4fb9e463.svg" width="280"> </a> <b
A bit of a hack to get multiple reporters working with mocha
utilities for primitive JavaScript types
Terminal output for oclif commands with multiple stages
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.