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

Function isDurationValue

packages/effect/src/Schema.ts:6002–6003  ·  view source on GitHub ↗
(u: duration_.DurationValue | typeof HRTime.Type)

Source from the content-addressed store, hash-verified

6000})
6001
6002const isDurationValue = (u: duration_.DurationValue | typeof HRTime.Type): u is duration_.DurationValue =>
6003 typeof u === "object"
6004
6005// TODO(4.0): remove HRTime union member
6006/**

Callers 1

DurationClass · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected