Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Effect-TS/effect
/ days
Function
days
packages/effect/src/Duration.ts:755–755 ·
view source on GitHub ↗
(days: number)
Source
from the content-addressed store, hash-verified
753
* @since 2.0.0
754
*/
755
export
const
days = (days: number): Duration => make(days * 86_400_000)
756
757
/**
758
* Creates a Duration from weeks.
Callers
1
fromInputUnsafe
Function · 0.85
Calls
1
make
Function · 0.70
Tested by
no test coverage detected