Cutie extension for assert module in Node.
ES Object-related atoms: Object, ToObject, RequireObjectCoercible
Power Assert feature enhancer for assert function/object
added some methods to vanilla assert module
Give a regex, get a robust predicate function that tests it against a string.
Make espower-lodaer config file unnecessary.
Robustly get the byte offset of a Typed Array
A simple list of possible Typed Array names.
Get the byte length of an ArrayBuffer, even in engines without a `.byteLength` method.
Esprima-compatible implementation of the Mozilla JS Parser API
Generic options parameter handling.
TypeScript definitions for http-assert
typesafe assertion library for TypeScript 3.7+
Robustly get the byte length of a Typed Array
ECMAScript spec abstract operations.
Power Assert feature enhancer for assert function/object
Like a Set, but provides the index of the `key` in the backing array
Extended assert module for Node.JS
Does this environment have the ability to get the [[Prototype]] of an object on creation with `__proto__`?
ES2015-compliant shim for Object.is - differentiates between -0 and +0
ES5 spec-compliant shim for String.prototype.trim
Robustly get an object's own property keys (strings and symbols), including non-enumerables when possible
Get and robustly cache all JS language-level intrinsics at first require time
ES2015-compliant shim for Number.isNaN - the global isNaN returns false positives.