@stdlib/math-base-assert-is-nan
Test if a double-precision floating-point numeric value is NaN.
@stdlib/assert-instance-of
Test whether a value has in its prototype chain a specified constructor as a prototype property.
@stdlib/assert-tools-array-like-function
Return a function which tests if every element in an array-like object passes a test condition.
@stdlib/math-base-assert-is-nonnegative-integer
Test if a finite double-precision floating-point number is a nonnegative integer.
@stdlib/array-base-assert-is-accessor-array
Test if an array-like object supports the accessor (get/set) protocol.
@stdlib/ndarray-base-assert-is-buffer-length-compatible
Determine if a buffer length is compatible with provided ndarray meta data.
assert-napi-status-ok
C utilities for asserting that a Node-API call returns an "ok" status.
@stdlib/assert-napi-is-type
Assert that a Node-API value is a specified Node-API data type.
@stdlib/assert-napi-equal-typedarray-types
Assert that two Node-API typed array data types are equal.
@stdlib/assert-napi-is-typedarray
Assert that a Node-API value is a Node-API typed array.
@stdlib/math-base-assert-is-nanf
Test if a single-precision floating-point numeric value is NaN.
@stdlib/ndarray-base-assert-is-allowed-data-type-cast
Determine if an ndarray data type can be cast to another ndarray data type according to a specified casting mode.
@stdlib/ndarray-base-assert-is-safe-data-type-cast
Determine if an ndarray data type can be safely cast to another ndarray data type.
@stdlib/ndarray-base-assert-is-same-kind-data-type-cast
Determine if an ndarray data type can be safely cast to, or is of the same kind as, another ndarray data type.