time-to-botec/squiggle/node_modules/@stdlib/math/base/assert
NunoSempere b6addc7f05 feat: add the node modules
Necessary in order to clearly see the squiggle hotwiring.
2022-12-03 12:44:49 +00:00
..
docs/types feat: add the node modules 2022-12-03 12:44:49 +00:00
int32-is-even feat: add the node modules 2022-12-03 12:44:49 +00:00
int32-is-odd feat: add the node modules 2022-12-03 12:44:49 +00:00
is-composite feat: add the node modules 2022-12-03 12:44:49 +00:00
is-coprime feat: add the node modules 2022-12-03 12:44:49 +00:00
is-even feat: add the node modules 2022-12-03 12:44:49 +00:00
is-finite feat: add the node modules 2022-12-03 12:44:49 +00:00
is-finitef feat: add the node modules 2022-12-03 12:44:49 +00:00
is-infinite feat: add the node modules 2022-12-03 12:44:49 +00:00
is-infinitef feat: add the node modules 2022-12-03 12:44:49 +00:00
is-integer feat: add the node modules 2022-12-03 12:44:49 +00:00
is-nan feat: add the node modules 2022-12-03 12:44:49 +00:00
is-nanf feat: add the node modules 2022-12-03 12:44:49 +00:00
is-negative-integer feat: add the node modules 2022-12-03 12:44:49 +00:00
is-negative-zero feat: add the node modules 2022-12-03 12:44:49 +00:00
is-negative-zerof feat: add the node modules 2022-12-03 12:44:49 +00:00
is-nonnegative-integer feat: add the node modules 2022-12-03 12:44:49 +00:00
is-nonpositive-integer feat: add the node modules 2022-12-03 12:44:49 +00:00
is-odd feat: add the node modules 2022-12-03 12:44:49 +00:00
is-positive-integer feat: add the node modules 2022-12-03 12:44:49 +00:00
is-positive-zero feat: add the node modules 2022-12-03 12:44:49 +00:00
is-positive-zerof feat: add the node modules 2022-12-03 12:44:49 +00:00
is-prime feat: add the node modules 2022-12-03 12:44:49 +00:00
is-probability feat: add the node modules 2022-12-03 12:44:49 +00:00
is-safe-integer feat: add the node modules 2022-12-03 12:44:49 +00:00
lib feat: add the node modules 2022-12-03 12:44:49 +00:00
uint32-is-pow2 feat: add the node modules 2022-12-03 12:44:49 +00:00
package.json feat: add the node modules 2022-12-03 12:44:49 +00:00
README.md feat: add the node modules 2022-12-03 12:44:49 +00:00

Assert

Standard library basic mathematical assertion utilities.

Usage

var ns = require( '@stdlib/math/base/assert' );

ns

Standard library basic mathematical assertion utilities.

var o = ns;
// returns {...}

Examples

var objectKeys = require( '@stdlib/utils/keys' );
var ns = require( '@stdlib/math/base/assert' );

console.log( objectKeys( ns ) );