MCPcopy Index your code
hub / github.com/jprichardson/string.js / T

Function T

test/string.test.js:12–12  ·  view source on GitHub ↗
(v)

Source from the content-addressed store, hash-verified

10 }
11
12 function T(v) { if (!v) { throw new Error('Should be true.'); } };
13 function F(v) { if (v) { throw new Error('Should be false.'); } };
14 function EQ(v1, v2) {
15 if (typeof require != 'undefined' && typeof process != 'undefined') //node

Callers 2

EQFunction · 0.85
string.test.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected