Search npm for packages to use with Deno
Add them to your projects with a simple command that will already feel familar.
wide-align
A wide-character aware text alignment function for use on the console or with fixed width fonts.
denque
The fastest javascript implementation of a double-ended queue. Used by the official Redis, MongoDB, MariaDB & MySQL libraries for Node.js and many other libraries. Maintains compatability with deque.
postcss-double-position-gradients
Use double-position gradients in CSS
@stdlib/assert-is-float64array
Test if a value is a Float64Array.
@stdlib/constants-float64-smallest-normal
Smallest positive double-precision floating-point normal number.
@stdlib/constants-float64-exponent-bias
The bias of a double-precision floating-point number's exponent.
@stdlib/constants-float64-max-base2-exponent-subnormal
The maximum biased base 2 exponent for a subnormal double-precision floating-point number.
@stdlib/constants-float64-ninf
Double-precision floating-point negative infinity.
@stdlib/math-base-special-abs
Compute the absolute value of a double-precision floating-point number.
@stdlib/number-float64-base-to-words
Split a double-precision floating-point number into a higher order word and a lower order word.
@stdlib/math-base-assert-is-infinite
Test if a double-precision floating-point numeric value is infinite.
@stdlib/math-base-special-copysign
Return a double-precision floating-point number with the magnitude of x and the sign of y.
@stdlib/number-float64-base-normalize
Return a normal number `y` and exponent `exp` satisfying `x = y * 2^exp`.
@stdlib/math-base-special-ldexp
Multiply a double-precision floating-point number by an integer power of two.
@stdlib/constants-float64-max-base2-exponent
The maximum biased base 2 exponent for a double-precision floating-point number.
@stdlib/number-float64-base-exponent
Return an integer corresponding to the unbiased exponent of a double-precision floating-point number.
@stdlib/array-float64
Float64Array.
@stdlib/constants-float64-pinf
Double-precision floating-point positive infinity.
@stdlib/number-float64-base-to-float32
Convert a double-precision floating-point number to the nearest single-precision floating-point number.
@stdlib/number-float64-base-from-words
Create a double-precision floating-point number from a higher order word and a lower order word.