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

Function isDateTimeArgs

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

Source from the content-addressed store, hash-verified

148export const isDateTime = (u: unknown): u is DateTime.DateTime => Predicate.hasProperty(u, TypeId)
149
150const isDateTimeArgs = (args: IArguments) => isDateTime(args[0])
151
152/** @internal */
153export 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