MCPcopy Create free account
hub / github.com/Effect-TS/effect / isZoned

Function isZoned

packages/effect/src/internal/dateTime.ts:165–165  ·  view source on GitHub ↗
(self: DateTime.DateTime)

Source from the content-addressed store, hash-verified

163
164/** @internal */
165export const isZoned = (self: DateTime.DateTime): self is DateTime.Zoned => self._tag === "Zoned"
166
167// =============================================================================
168// instances

Callers 1

dateTime.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected