MCPcopy
hub / github.com/sindresorhus/is / function_

Function function_

test/test.ts:1124–1124  ·  view source on GitHub ↗
(value: true)

Source from the content-addressed store, hash-verified

1122 {
1123 const booleans = [true, false];
1124 const function_ = (value: true) => value;
1125 isAssert.truthy(booleans[0]);
1126 function_(booleans[0]);
1127 }

Callers 1

test.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected