Appearance
assertcheck v1.0.0
assertcheck / assert / negative
function negative(n, opts?): void;
Defined in: src/assert.ts:525
Asserts that n is a negative finite number (< 0).
n
number
opts?
Opts
void
`assert.negative(delta, "delta must be negative")`