A polyfill for the browser APIs used by Remote DOM
Safe Window Getters
TypeScript definitions for webscreens-window-placement
pruning JSON.stringify for the very specific cases where you need to stringify big or recursive javascript objects and don't really need the result to be complete
Lazy-evaluating list of files, based on globs or regex patterns
Simplifies communications with Serwist packages running in the service worker
Create an array with values that are present in the first input array but not additional ones
Like a Set, but provides the index of the `key` in the backing array
Create an array without duplicates
Minimal async jobs utility library, with streams support
No description provided.
Remove duplicate values from an array. Fastest ES5 implementation.
MongoDB query language for in-memory objects
Node.js Buffer API, for React Native
Fast JavaScript array sorting by implementing Python's Timsort algorithm
Infinite loader utils inspired by `react-virtualized` but for use with `react-window`.
`Array#forEach()` but it’s possible to define where to move to next
Array-slice method. Slices `array` from the `start` index up to, but not including, the `end` index.
Turn anything into an array
Infinite scroll component for React in ES6
Loop over each item in an array and call the given function on every element.
Stringify your JSON at max speed
Returns the `window` object from a DOM object
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.