Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
*/
208
export
const
isDuration = (u: unknown): u is Duration => hasProperty(u, TypeId)
209
210
/**
211
* @since 2.0.0
Callers
2
decode
Function · 0.85
[Equal.symbol]
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…