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

Function isTimeZoneNamed

packages/effect/src/internal/dateTime.ts:166–166  ·  view source on GitHub ↗
(u: unknown)

Source from the content-addressed store, hash-verified

164
165/** @internal */
166export const isTimeZoneNamed = (u: unknown): u is DateTime.TimeZone.Named => isTimeZone(u) && u._tag === "Named"
167
168/** @internal */
169export const isUtc = (self: DateTime.DateTime): self is DateTime.Utc => self._tag === "Utc"

Callers

nothing calls this directly

Calls 1

isTimeZoneFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…