Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/Effect-TS/effect
/ weeks
Function
weeks
packages/effect/src/Duration.ts:292–292 ·
view source on GitHub ↗
(weeks: number)
Source
from the content-addressed store, hash-verified
290
* @category constructors
291
*/
292
export
const
weeks = (weeks: number): Duration => make(weeks * 604_800_000)
293
294
/**
295
* @since 2.0.0
Callers
1
decode
Function · 0.85
Calls
1
make
Function · 0.70
Tested by
no test coverage detected