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

Function isDuration

packages/effect/src/Duration.ts:208–208  ·  view source on GitHub ↗
(u: unknown)

Source from the content-addressed store, hash-verified

206 * @category guards
207 */
208export const isDuration = (u: unknown): u is Duration => hasProperty(u, TypeId)
209
210/**
211 * @since 2.0.0

Callers 2

decodeFunction · 0.85
[Equal.symbol]Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected