Analyze and debug space usage through source maps
Apply a callback function to elements in an input array and assign results to elements in a new output array.
Is this value a JS SharedArrayBuffer?
Get the byte length of an ArrayBuffer, even in engines without a `.byteLength` method.
Robustly get the byte length of a Typed Array
GraphQL Codegen plugin for building mock data
Robustly get the length of a Typed Array
High-performance JSON Pointer implementation
Multimap classes for TypeScript and JavaScript
Helper function to define a map
General purpose glob-based configuration matching.
creates a new array with given range
Merge old source map and new source map in multi-transform flow
Look up HTML tag names via HTML Element constructors, and vice versa.
Apply a function to an array from then end to the beginning.
Given some data, jsesc returns the shortest possible stringified & ASCII-safe representation of that data.
Map object keys and values into a new object
Is this value a JS Typed Array? This module works cross-realm/iframe, does not depend on `instanceof` or mutable properties, and despite ES6 Symbol.toStringTag.
Parse postgres array columns
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.
Array-map like function for objects.
TypeScript Array, Object, Map, Set, Union, Enum utils
TypeScript ORM for Node.js based on Data Mapper, Unit of Work and Identity Map patterns. Supports MongoDB, MySQL, PostgreSQL and SQLite databases as well as usage with vanilla JavaScript.
A markup format for TypeScript code, ideal for creating self-contained code samples which let the TypeScript compiler do the extra leg-work. Inspired by the [fourslash test system](https://github.com/orta/typescript-notes/blob/master/systems/testing/fours