a glob matcher in javascript
Is this specifier a node.js core module?
Codecs for various data structures
`Object.getOwnPropertyDescriptor`, but accounts for IE's broken implementation.
`Object.defineProperty`, but not IE 8's broken one.
Test if a value is an empty array.
A helper to optimistically set Symbol.toStringTag, when possible.
Assert that two Node-API typed array data types are equal.
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.
Translation between JavaScript values and Buffers
ES Object-related atoms: Object, ToObject, RequireObjectCoercible
Is this value a JS regex? Works cross-realm/iframe, and despite ES6 @@toStringTag
Give a regex, get a robust predicate function that tests it against a string.
Is this value a JS String object or primitive? This module works cross-realm/iframe, and despite ES6 @@toStringTag.
The URI implementation that is used by VS Code and its extensions
Percy CLI command to upload a directory of static images to Percy for diffing.
Test if an array contains a provided search value.
Test if a value is an array-like object containing only nonnegative integers.
Test if a value is an array-like object of numbers.
TypeScript definitions for http-assert
typesafe assertion library for TypeScript 3.7+
ECMAScript spec abstract operations.
remove items from a javascript array without generating memory garbage
Matches strings against configurable strings, globs, regular expressions, and/or functions