Assert that the contents of two directories are equal.
A robust, ES3 compatible, "has own property" predicate.
What is the type of this builtin JS value?
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.
Robustly get the length of a Typed Array
Is this value a JS DataView? This module works cross-realm/iframe, does not depend on `instanceof` or mutable properties, and despite ES6 Symbol.toStringTag.
`Object.defineProperty`, but not IE 8's broken one.
Which kind of boxed JS primitive is this?
Get the byte length of an ArrayBuffer, even in engines without a `.byteLength` method.
Assert that two Node-API data types are equal.
Robustly get the byte length of a Typed Array
Robustly get the byte offset of a Typed Array
Does this environment have the ability to get the [[Prototype]] of an object on creation with `__proto__`?
Returns true if a value has the characteristics of a valid JavaScript data descriptor.
Assert that two Node-API typed array data types are equal.
`Object.getOwnPropertyDescriptor`, but accounts for IE's broken implementation.
node's assert.deepEqual algorithm
return whether two buffers are equal
A helper to optimistically set Symbol.toStringTag, when possible.
JavaScript micro templates.
Determine two file paths are equal
ES Object-related atoms: Object, ToObject, RequireObjectCoercible
code-red
Get and robustly cache all JS language-level intrinsics at first require time