Fuzzy filtering and string scoring
Filter array elements with Promises
Workaround a Safari bug where rest destructuring with an array literal on the rhs can yield incorrect results
Production-ready TypeScript data structures: Heap, Deque, Trie, Graph, Red-Black Tree, TreeMap, TreeSet, and more. Zero dependencies, type-safe, with getRank/getByRank/rangeByRank support.
Misc utility methods that's useful for our sites
return the elements of an array in random order
Like `fs.promise.readdir()`, but sorts the result based on `String#localeCompare()`
Fast and tiny fuzzy-search utility
Immutable SortedMap and SortedSet implementations for TypeScript
A function that returns the normally hidden `AsyncGeneratorFunction` constructor
TypeScript definitions for compute-quantile
Async enabled each(), map(), filter() functions that work just like their standard counterparts, but can be used with async/await and also provide concurrency limiting. Includes built-in typings and JSDoc comments for IntelliSense documentation.
A small module to check if an Array is sorted
Returns an array of `locale` strings, sorted by quality, given the string from an HTTP `Accept-Language` header.
throttle async and promise-returning functions. Other packages don't do it right.
Enforce that async functions use await
TypeScript definitions for chai-sorted
Like a Set, but provides the index of the `key` in the backing array
Lazy-evaluating list of files, based on globs or regex patterns
Miscellaneous indices for graphology.
Create an array with values that are present in the first input array but not additional ones
Create an array without duplicates
Gracefully handle a Promise using async/await.
No description provided.