Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snowflyt/tinyeffect
/ range5
Function
range5
test/README.example.spec.ts:1105–1105 ·
view source on GitHub ↗
(start: number, stop: number)
Source
from the content-addressed store, hash-verified
1103
expect(thrown).toBe(true);
1104
1105
const
range5 = (start: number, stop: number) => range(start, stop).catchAllAndThrow();
1106
1107
thrown = false;
1108
try {
Callers
1
README.example.spec.ts
File · 0.70
Calls
2
range
Function · 0.70
catchAllAndThrow
Method · 0.65
Tested by
no test coverage detected