Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Effect-TS/effect
/ toString
Function
toString
packages/effect/src/BigDecimal.ts:71–73 ·
view source on GitHub ↗
(this: BigDecimal)
Source
from the content-addressed store, hash-verified
69
return
isBigDecimal(that) && equals(this, that)
70
},
71
toString(this: BigDecimal) {
72
return
`BigDecimal(${format(this)})`
73
},
74
toJSON(this: BigDecimal) {
75
return
{
76
_id:
"BigDecimal"
,
Callers
nothing calls this directly
Calls
1
format
Function · 0.70
Tested by
no test coverage detected