Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snowflyt/tinyeffect
/ range2
Function
range2
test/README.example.spec.ts:843–843 ·
view source on GitHub ↗
(start: number, stop: number)
Source
from the content-addressed store, hash-verified
841
});
842
843
const
range2 = (start: number, stop: number) => handleErrorAsResult(range(start, stop));
844
845
const
logs: unknown[][] = [];
846
expect(
Callers
1
README.example.spec.ts
File · 0.70
Calls
3
handleErrorAsResult
Function · 0.70
range
Function · 0.70
catchAndThrow
Method · 0.65
Tested by
no test coverage detected