Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/Effect-TS/effect
/ isFinite
Function
isFinite
packages/effect/src/Duration.ts:214–214 ·
view source on GitHub ↗
(self: Duration)
Source
from the content-addressed store, hash-verified
212
* @category guards
213
*/
214
export
const
isFinite = (self: Duration): boolean => self.value._tag !==
"Infinity"
215
216
/**
217
* @since 3.5.0
Callers
2
unsafeFormatIso
Function · 0.85
formatIso
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected