MCPcopy Index your code
hub / github.com/nodejs/node / strict

Function strict

lib/assert.js:881–883  ·  view source on GitHub ↗

* Expose a strict only variant of assert. * @param {...any} args * @returns {void}

(...args)

Source from the content-addressed store, hash-verified

879 * @returns {void}
880 */
881function strict(...args) {
882 innerOk(strict, ...args);
883}
884
885ArrayPrototypeForEach([
886 'ok', 'fail', 'equal', 'notEqual', 'deepEqual', 'notDeepEqual',

Callers 1

test-assert.jsFile · 0.50

Calls 1

innerOkFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…