@stdlib/napi-create-int32
Convert a signed 32-bit integer to a Node-API value.
Convert a signed 32-bit integer to a Node-API value.
Convert an unsigned 32-bit integer to a Node-API value.
C APIs for creating and managing ndarray function objects.
C APIs for creating and managing strided array function objects.
C APIs for creating Node-API ndarray native add-ons.
C API for validating, extracting, and transforming (to native C types) function arguments provided to an ndarray Node-API add-on interface.
C API for returning the ndarray data type corresponding to a data type string.
C API for returning the ndarray data type corresponding to a Node-API typed array type.
C API for registering a Node-API module exporting an ndarray interface for applying a unary callback to an input ndarray.
C utilities for Node-API call assertions.
Assert that two Node-API typed array data types are equal.
Assert that two Node-API data types are equal.
Assert that a Node-API value has a specified property.
Assert that a Node-API value is a specified Node-API data type.
Assert that a Node-API value is a Node-API typed array.
C utilities for asserting that a Node-API call returns an "ok" status.
C APIs for creating Node-API strided array native add-ons.
C API for validating, extracting, and transforming (to native C types) function arguments provided to a strided array Node-API add-on interface.
C API for registering a Node-API module exporting a strided array interface for applying a binary callback to input strided arrays.
C API for registering a Node-API module exporting a strided array interface for applying a unary callback to a single-precision complex floating-point strided input array and assigning results to a single-precision complex floating-point strided output ar