Deep values comparator for JS
parse the test anything protocol
`Object.defineProperty`, but not IE 8's broken one.
Sign and unsign cookies
Array manipulation, ordering, searching, summarizing, etc.
Check if two arrays have shallow equality
JavaScript micro templates.
Determine whether two geometries of the same type have identical X,Y coordinate values
Which kind of boxed JS primitive is this?
Assert that two Node-API data types are equal.
Compute contour polygons using marching squares.
code-red
Blazing-fast equality checks, minus the baggage. A lean, standalone alternative to Lodash's isEqual—because speed matters.
Perform the Student's t hypothesis test
`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.
Test if two floats are almost equal
A simple list of possible Typed Array names.
Is this value a JS ArrayBuffer?
Is this value a JS SharedArrayBuffer?
Check if two numbers are equal within a given tolerance
Array diffing
Type utilties for creating nominal/branded types in TypeScript
Like lodash isEqualWith but for shallow equal.