An ES7/ES2016 spec-compliant `Array.prototype.includes` shim/polyfill/replacement that works as far down as ES3.
Fault-tolerant CSS parser for PostCSS
A simple list of possible Typed Array names.
Validates if a value is NaN.
Is this value a JS ArrayBuffer?
Is this value a JS SharedArrayBuffer?
Robustly get the byte offset of a Typed Array
Get the byte length of an ArrayBuffer, even in engines without a `.byteLength` method.
Robustly get the byte length of a Typed Array
Get consecutively unique elements from an array
Given some data, jsesc returns the shortest possible stringified & ASCII-safe representation of that data.
Robustly get the length of a Typed Array
Get the ArrayBuffer out of a TypedArray, robustly.
Validates if a value is a boolean primitive.
Pure-JS ADLER-32
Module for working with CIDR (v4, v6)
vaadin-integer-field
All essential TypeScript types in one place
Unsigned integers for Javascript
General purpose glob-based configuration matching.
detect possibly catastrophic, exponential-time regular expressions
Validates if a value is a string array.
URL and cookie safe UIDs
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.