Search npm for packages to use with Deno
Add them to your projects with a simple command that will already feel familar.
is-number
Returns true if a number or string value is a finite number. Useful for regex matches, parsing, user input, etc.
node-addon-api
Node.js API (Node-API)
@stdlib/math-base-assert-is-nan
Test if a double-precision floating-point numeric value is NaN.
cmake-js
CMake.js - a Node.js native addon build tool
@stdlib/assert-is-nan
Test if a value is NaN.
@aminya/cmake-ts
cmake-js rewrite in typescript to support advanced build configurations
next-json
Next JavaScript Object Notation
cmake-ts
cmake-js rewrite in typescript to support advanced build configurations
validate.io-nan
Validates if a value is NaN.
validate.io-nan-primitive
Validates if a value is a NaN primitive.
@stdlib/math-base-assert-is-nanf
Test if a single-precision floating-point numeric value is NaN.
calc-js
Handle JavaScript operations, avoiding the native problems of the language
compute-nangmean
Computes the geometric mean of an array of values ignoring any values which are not numeric.
@alwatr/is-number
A simple utility to Check the value is number or can convert to a number, for example string ' 123 ' can be converted to 123.
compute-isnan
Computes for each array element whether an element is NaN.
compute-nanmin
Computes the minimum value of an array ignoring non-numeric values.
compute-argnanmin
Computes the minimum value of an array ignoring non-numeric values and returns the corresponding array indices.
compute-nanvariance
Computes the sample variance over an array of values ignoring any values which are not numeric.
compute-nanstdev
Computes the sample standard deviation over an array of values ignoring any values which are not numeric.
compute-argnanmax
Computes the maximum value of an array ignoring non-numeric values and returns the corresponding array indices.