Emporium
This package provides a selection of useful "scripts" for the project maintainer. Useful for automated changes to large collections of packages.
@stdlib/utils-native-class
Determine the specification defined classification of an object.
@stdlib/assert-has-uint8clampedarray-support
Detect native Uint8ClampedArray support.
@stdlib/utils-keys
Return an array of an object's own enumerable property names.
@stdlib/math-base-assert-is-nan
Test if a double-precision floating-point numeric value is NaN.
@stdlib/utils-property-names
Return an array of an object's own enumerable and non-enumerable property names.
@stdlib/number-float64-base-exponent
Return an integer corresponding to the unbiased exponent of a double-precision floating-point number.
@stdlib/number-float64-base-get-high-word
Return an unsigned 32-bit integer corresponding to the more significant 32 bits of a double-precision floating-point number.
@stdlib/number-float64-base-get-low-word
Return an unsigned 32-bit integer corresponding to the less significant 32 bits of a double-precision floating-point number.
@stdlib/string-base-replace
Replace search occurrences with a replacement string.