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

Function F

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

Source from the content-addressed store, hash-verified

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
16 require('assert').equal(v1, v2)

Callers 1

string.test.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected