@stdlib/math-base-assert-is-negative-zero
popularTest if a double-precision floating-point numeric value is negative zero.
Updated by @stdlib-bot
@stdlib/math-base-assert-is-positive-zero
Test if a double-precision floating-point numeric value is positive zero.
Updated by @stdlib-bot
@stdlib/math-base-assert-is-negative-zerof
Test if a single-precision floating-point numeric value is negative zero.
Updated by @stdlib-bot
@stdlib/math-base-assert-is-positive-zerof
Test if a single-precision floating-point numeric value is positive zero.
Updated by @stdlib-bot
falsify
Helps you deny the existence of specified truthy values (e.g. 'someString', aParticularObject)
Updated by @instancetype
truthify
Helps you confirm the existence of specified falsy values (e.g. 0)
Updated by @instancetype
docker-stop
Gracefully shutdown your services and obide to dockers stop specification
Updated by @tomgco