Babel plugin to ensure function declarations at the block level are block scoped
Conversion of JavaScript primitives to and from Buffer with binary order matching natural primitive order
Functions for modifying a unified-latex AST
Base64 encoding/decoding in pure JS
Use property paths like 'a.b.c' to get a nested value from an object. Even works when keys have dots in them (no other dot-prop library we tested does this, or does it correctly).
Array functions to manipulate arrays.
This is a library of array functions for CMPT 315 Assignment 2. It's taylored to the 'winner/loser/loser_points' data structure of the assignment.
A little library for asserting types and values, with zero dependencies.
Fast and powerful array sorting. Sort an array of objects by one or more properties. Any number of nested properties or custom comparison functions may be used.
Custom functions for the Vega expression language.
Robustly get the byte offset of a Typed Array
Which kind of Typed Array is this JavaScript value? Works cross-realm, without `instanceof`, and despite Symbol.toStringTag.
`Array.prototype.concat`, but made safe by ignoring Symbol.isConcatSpreadable
An ES7/ES2016 spec-compliant `Array.prototype.includes` shim/polyfill/replacement that works as far down as ES3.
Does this JS environment support the `name` property on functions?
Get the ArrayBuffer out of a TypedArray, robustly.
A simple list of possible Typed Array names.
Is this value a JS ArrayBuffer?
No description provided.
asynchronous function queue with adjustable concurrency
Get the byte length of an ArrayBuffer, even in engines without a `.byteLength` method.
Robustly get the byte length of a Typed Array
Is this value a JS SharedArrayBuffer?
Robustly get the length of a Typed Array