@stdlib/ndarray-safe-casts
Return a list of ndarray data types to which a provided ndarray data type can be safely cast.
Return a list of ndarray data types to which a provided ndarray data type can be safely cast.
Return a list of ndarray data types to which a provided ndarray data type can be safely cast or cast within the same kind.
Return a list of ndarray data types to which a provided ndarray data type can be safely cast and, for floating-point data types, can be downcast.
Return the next larger ndarray data type of the same kind.
Convert a single-precision floating-point number to a signed 32-bit integer.
Convert a single-precision floating-point number to an unsigned 32-bit integer.
Convert an unsigned 32-bit integer to a signed 32-bit integer.
Return the complex number data type with the smallest size and closest kind to which data types can be safely cast.
Convert a signed 64-bit integer byte array to a double-precision floating-point number.
Convert a double-precision floating-point number to the nearest single-precision floating-point number.
Convert a double-precision floating-point number to a signed 32-bit integer.
Convert a double-precision floating-point number to an unsigned 32-bit integer.
Convert a signed 32-bit integer to an unsigned 32-bit integer.
Convert an integer-valued double-precision floating-point number to a signed 64-bit integer byte array according to host byte order.
A simple and composable way to validate data in JavaScript (and TypeScript).
A puppeteer Plugin that uses the native chrome devtool protocol for capturing video frame by frame. Also supports an option to follow pages that are opened by the current page object
A small, extensible data utility for cleansing `information` into <u>rich data</u> points.
A simple and composable way to validate data in JavaScript (and TypeScript).
This GitHub Action installs [Foundry](https://github.com/foundry-rs/foundry), the blazing fast, portable and modular toolkit for Ethereum application development.
A simple, expressive way to validate data in JavaScript.