Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snowflyt/tinyeffect
/ range3
Function
range3
test/README.example.proof.ts:558–558 ·
view source on GitHub ↗
(start: number, stop: number)
Source
from the content-addressed store, hash-verified
556
);
557
558
const
range3 = (start: number, stop: number) => range(start, stop).with(handleErrorAsResult);
559
560
expect(range3).to(equal(range2));
561
Callers
nothing calls this directly
Calls
3
range
Function · 0.70
with
Method · 0.65
catchAndThrow
Method · 0.65
Tested by
no test coverage detected