MCPcopy 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 */
214export const isFinite = (self: Duration): boolean => self.value._tag !== "Infinity"
215
216/**
217 * @since 3.5.0

Callers 2

unsafeFormatIsoFunction · 0.85
formatIsoFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected