Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Effect-TS/effect
/ weeks
Function
weeks
packages/effect/src/Duration.ts:771–771 ·
view source on GitHub ↗
(weeks: number)
Source
from the content-addressed store, hash-verified
769
* @since 2.0.0
770
*/
771
export
const
weeks = (weeks: number): Duration => make(weeks * 604_800_000)
772
773
/**
774
* Converts a Duration to milliseconds.
Callers
1
fromInputUnsafe
Function · 0.85
Calls
1
make
Function · 0.70
Tested by
no test coverage detected