Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snowflyt/tinyeffect
/ toString
Function
toString
test/effected.spec.ts:2606–2607 ·
view source on GitHub ↗
(self: Effected<E, T>)
Source
from the content-addressed store, hash-verified
2604
self.map((x) => x * 2);
2605
2606
const
toString = <E extends Effect, T>(self: Effected<E, T>): Effected<E, string> =>
2607
self.map((x) => String(x));
2608
2609
const
log = effect(
"log"
)<[message: string], void>;
2610
Callers
nothing calls this directly
Calls
1
map
Method · 0.65
Tested by
no test coverage detected