MCPcopy Index your code
hub / github.com/Effect-TS/effect / isZoned

Function isZoned

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

Source from the content-addressed store, hash-verified

170
171/** @internal */
172export const isZoned = (self: DateTime.DateTime): self is DateTime.Zoned => self._tag === "Zoned"
173
174// =============================================================================
175// instances

Callers 1

dateTime.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected