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

Function isDateTimeArgs

packages/effect/src/internal/dateTime.ts:157–157  ·  view source on GitHub ↗
(args: IArguments)

Source from the content-addressed store, hash-verified

155export const isDateTime = (u: unknown): u is DateTime.DateTime => Predicate.hasProperty(u, TypeId)
156
157const isDateTimeArgs = (args: IArguments) => isDateTime(args[0])
158
159/** @internal */
160export const isTimeZone = (u: unknown): u is DateTime.TimeZone => Predicate.hasProperty(u, TimeZoneTypeId)

Callers

nothing calls this directly

Calls 1

isDateTimeFunction · 0.85

Tested by

no test coverage detected