Search npm for packages to use with Deno
Add them to your projects with a simple command that will already feel familar.
@stdlib/ndarray-base-assert-is-data-type
Test if an input value is a supported ndarray data type.
@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-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-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.
@stdlib/ndarray-base-assert-is-real-data-type
Test if an input value is a supported ndarray real-valued data type.
@stdlib/ndarray-base-assert-is-numeric-data-type
Test if an input value is a supported ndarray numeric data type.
@stdlib/array-base-assert-is-data-type
Test if an input value is a supported array data type.
@stdlib/ndarray-base-assert-is-integer-data-type
Test if an input value is a supported ndarray integer data type.
@stdlib/array-base-assert-is-boolean-data-type
Test if an input value is a supported array boolean data type.
@stdlib/ndarray-base-assert-is-unsigned-integer-data-type
Test if an input value is a supported ndarray unsigned integer data type.
@stdlib/ndarray-base-assert-is-signed-integer-data-type
Test if an input value is a supported ndarray signed integer data type.
@stdlib/ndarray-base-assert-is-floating-point-data-type
Test if an input value is a supported ndarray floating-point data type.
@stdlib/ndarray-base-assert-is-mostly-safe-data-type-cast
Determine if an ndarray data type can be safely cast or, for floating-point data types, downcast to another ndarray data type.
@stdlib/ndarray-base-assert-is-complex-floating-point-data-type
Test if an input value is a supported ndarray complex-valued floating-point data type.
@stdlib/ndarray-base-assert-is-real-floating-point-data-type
Test if an input value is a supported ndarray real-valued floating-point data type.
@stdlib/array-base-assert-is-safe-data-type-cast
Determine if an array data type can be safely cast to another array data type.
@stdlib/array-base-assert-is-complex-floating-point-data-type
Test if an input value is a supported array complex-valued floating-point data type.
@stdlib/array-base-assert-is-mostly-safe-data-type-cast
Determine if an array data type can be safely cast or, for floating-point data types, downcast to another array data type.
@stdlib/array-base-assert-is-real-data-type
Test if an input value is a supported array real-valued data type.
is-any-type
is-any-type simple functionality alternative to check data type references such as typeof and instanceof