Showing 41-60 of 430,662 packages
A simple list of possible Typed Array names.
Types for testing TypeScript types.
diagram renderer for power-assert context
Get the byte length of an ArrayBuffer, even in engines without a `.byteLength` method.
Give a regex, get a robust predicate function that tests it against a string.
comparison renderer for power-assert context
Does this environment have the ability to get the [[Prototype]] of an object on creation with `__proto__`?
Robustly get the byte length of a Typed Array
TypeScript definitions for power-assert
Like a Set, but provides the index of the `key` in the backing array
Is this value a JS Set? This module works cross-realm/iframe, and despite ES6 @@toStringTag.
ES2015-compliant shim for Object.is - differentiates between -0 and +0
The URI implementation that is used by VS Code and its extensions
Returns true if a value has the characteristics of a valid JavaScript descriptor. Works for data descriptors and accessor descriptors.
compare SPDX license expressions
Robustly get an object's own property keys (strings and symbols), including non-enumerables when possible
Is this value a JS WeakMap? This module works cross-realm/iframe, and despite ES6 @@toStringTag.
Get and robustly cache all JS language-level intrinsics at first require time
Returns true if a value has the characteristics of a valid JavaScript data descriptor.
ES2015-compliant shim for Number.isNaN - the global isNaN returns false positives.