We-Assert is an assert utility for use in internally verifying statements inside scripts at runtime. One potential goal is to catch what would otherwise be silent errors, or perhaps even to mathematically prove that an algorithm has functioned as expected
typesafe assertion library for TypeScript 3.7+
Detect native Uint16Array support.
Detect native Symbol.toStringTag support.
Detect native Float64Array support.
Detect native Uint8Array support.
Check if an environment is little endian.
Detect native Float32Array support.
minimalistic-assert ===
The assert module from Node.js, for the browser.
Test if a double-precision floating-point numeric value is NaN.
Detect native Uint32Array support.
Test if a value is an array.
Return a function which tests if every element in an array passes a test condition.
Check if an environment is big endian.
Test if an object has a specified property.
Test if a value is a Uint16Array.
Test if a value is a Uint8Array.
Test if a value is a regular expression.
Detect native Symbol support.
Test if a value is a string.
Test if a value is an object.
Test if a value is a boolean.
Test if a value is a Buffer object.