Extra array methods for JavaScript and TypeScript
Lazy-evaluating list of files, based on globs or regex patterns
Bridging the gap between buffers and typed arrays
Utility package to determine if an `Array.prototype` method properly boxes the callback's receiver and third argument.
Get the byte length of an ArrayBuffer, even in engines without a `.byteLength` method.
Match human-quality input to potential matches by edit distance.
Maintain and search through a sorted array using some low level functions
Helper to use emmet modules in Visual Studio Code
Minimal async jobs utility library, with streams support
A dictionary of file extensions and associated module loaders.
Library to find elements in a dynamic web page
Fast JavaScript array sorting by implementing Python's Timsort algorithm
JupyterLab - Interfaces for Mime Renderers
Parses set-cookie headers into objects
Agora RTE Extension
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.
A polyfill for Array.prototype.flat and Array.prototype.flatMap
micromark extension to support GFM tables
micromark extension to support GFM tagfilter
micromark extension to support GFM strikethrough
UI5 CLI extensions to transpile code
Minimal zero-dependency utilities for using JavaScript Iterables in all environments.
micromark extension to support GFM autolink literals
Array-slice method. Slices `array` from the `start` index up to, but not including, the `end` index.