`Object.getOwnPropertyDescriptor`, but accounts for IE's broken implementation.
Is this specifier a node.js core module?
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.
Which kind of boxed JS primitive is this?
What is the type of this builtin JS value?
Compare items in two sequences to find a longest common subsequence
Apply a JSON diff/patch to YAML while preserving whitespace, comments and overall structure
`Object.defineProperty`, but not IE 8's broken one.
traverse power-assert context
A helper to optimistically set Symbol.toStringTag, when possible.
Robustly get the length of a Typed Array
A better JSON differ & viewer.
ES Object-related atoms: Object, ToObject, RequireObjectCoercible
Is this value a JS regex? Works cross-realm/iframe, and despite ES6 @@toStringTag
Is this value a JS String object or primitive? This module works cross-realm/iframe, and despite ES6 @@toStringTag.
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.
A JavaScript text diff implementation.
Compare items in two sequences to find a longest common subsequence
A language agnostic CLI tool and nodejs api to identify differences between two json schema files.
Give a regex, get a robust predicate function that tests it against a string.
A React.js component based on the json-diff package
A simple list of possible Typed Array names.
The URI implementation that is used by VS Code and its extensions
Get the byte length of an ArrayBuffer, even in engines without a `.byteLength` method.